trace_plot {dgpsi} | R Documentation |
This function plots the traces of model parameters of a chosen GP node in a DGP emulator.
trace_plot(object, layer = NULL, node = 1)
object |
an instance of the |
layer |
the index of a layer. Defaults to |
node |
the index of a GP node in the layer specified by |
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
A ggplot
object.
## Not run:
# See dgp() for an example.
## End(Not run)