trace_plot | R Documentation |
This function draws trace plots for the hyperparameters 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.