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.

# 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).