LVGP_plot: The Plotting Function of 'LVGP' Package

Description Usage Arguments Note References See Also Examples

View source: R/LVGP_plot.R

Description

Plots the qualitative/categorical variable levels in the latent space (only for 1D or 2D cases). If the qualitative/categorical variables are not specified, all the qualified variables will be plotted. See Arguments for more details on the options.

Usage

1
LVGP_plot(model, ind_qual_plot = NULL)

Arguments

model

The LVGP model fitted by LVGP_fit

ind_qual_plot

An array of index (indices) of the qualitative/categorical variable(s) to be plotted. Default is NULL, in which case all the qualitative/categorical variables will be plotted.

Note

This plot function only works for 1D or 2D latent spaces.

References

  1. "A Latent Variable Approach to Gaussian Process Modeling with Qualitative and Quantitative Factors", Yichi Zhang, Siyu Tao, Wei Chen, and Daniel W. Apley (arXiv)

See Also

LVGP_fit to fit LVGP model to the datasets.
LVGP_predict to use the fitted LVGP model for prediction.

Examples

1
# see the examples in the documentation of the function LVGP_fit.

LVGP documentation built on May 1, 2019, 7:05 p.m.

Related to LVGP_plot in LVGP...