Learn R Programming

dgpsi (version 2.4.0)

trace_plot: 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)

Value

A ggplot object.

Arguments

object

an instance of the dgp class.

layer

the index of a layer. Defaults to NULL for the final layer.

node

the index of a GP node in the layer specified by layer. Defaults to 1 for the first GP node in the corresponding layer.

Details

See further examples and tutorials at https://mingdeyu.github.io/dgpsi-R/.

Examples

Run this code
if (FALSE) {

# See dgp() for an example.
}

Run the code above in your browser using DataLab