
Last chance! 50% off unlimited learning
Sale ends in
Plot Gaussian process for a given an object of class 'gpr'.
# S3 method for gpr
plot(
x,
fitted = F,
col.no = 1,
ylim = NULL,
realisation = NULL,
main = NULL,
cex.points = NULL,
lwd.points = NULL,
pch = NULL,
lwd = NULL,
...
)
A plot
The 'gpr' object from either training or predicting of the Gaussian Process.
Logical. Plot fitted values or not. Default to FALSE. If FALSE, plot the predictions.
Column number of the input matrix. If the input matrix has more than one columns, than one of them will be used in the plot. Default to be the first one.
Range value for y-axis.
Integer identifying which realisation should be plotted (if there are multiple).
Title for the plot
Graphical parameter
Graphical parameter
Graphical parameter
Graphical parameter
Graphical parameters passed to plot().
## See examples in vignette:
# vignette("gpr_ex1", package = "GPFDA")
Run the code above in your browser using DataLab