View source: R/PlotsConditionals.R
plot.GPpred | R Documentation |
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, ...)
x |
Output from |
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). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.