plot.GPpred: Plot predictions from a GP model

View source: R/PlotsConditionals.R

plot.GPpredR Documentation

Plot predictions from a GP model

Description

Plots observed and predicted values from a GP model. If the model includes multiple populations, separate plots are produced for each population. The standard deviations plotted are predfsd.

Usage

## S3 method for class 'GPpred'
plot(x, plotinsamp = FALSE, ytrans = FALSE, ...)

Arguments

x

Output from fitGP or predict.GP.

plotinsamp

Plot the in-sample results. Defaults to out-of-sample results if available.

ytrans

For fisheries models, plot transformed y (TRUE) or not (FALSE, default).

...

Other args (not used).


tanyalrogers/GPEDM documentation built on June 1, 2025, 8:10 p.m.