powered by
This function plots the traces of model parameters of a chosen GP node in a DGP emulator.
trace_plot(object, layer = NULL, node = 1)
A ggplot object.
ggplot
an instance of the dgp class.
dgp
the index of a layer. Defaults to NULL for the final layer.
NULL
the index of a GP node in the layer specified by layer. Defaults to 1 for the first GP node in the corresponding layer.
layer
1
See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.
if (FALSE) { # See dgp() for an example. }
Run the code above in your browser using DataLab