trace_plot {dgpsi} | R Documentation |
Plot of DGP model parameter traces
Description
This function plots the traces of model parameters of a chosen GP node in a DGP emulator.
Usage
trace_plot(object, layer = NULL, node = 1)
Arguments
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 |
Details
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
Value
A ggplot
object.
Examples
## Not run:
# See dgp() for an example.
## End(Not run)
[Package dgpsi version 2.4.0 Index]