trace_plot: Trace plot for DGP hyperparameters

View source: R/utils.R

trace_plotR Documentation

Trace plot for DGP hyperparameters

Description

This function draws trace plots for the hyperparameters of a chosen GP node in a DGP emulator.

Usage

trace_plot(object, layer = NULL, node = 1)

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/.

Value

A ggplot object.

Examples

## Not run: 

# See dgp() for an example.

## End(Not run)

dgpsi documentation built on April 3, 2025, 9:26 p.m.