Plot for class GauPro
Plot for class GauPro
## S3 method for class 'GauPro' plot(x, ...)
x |
Object of class GauPro |
... |
Additional parameters |
Nothing
n <- 12 x <- matrix(seq(0,1,length.out = n), ncol=1) y <- sin(2*pi*x) + rnorm(n,0,1e-1) gp <- GauPro(X=x, Z=y, parallel=FALSE) if (requireNamespace("MASS", quietly = TRUE)) { plot(gp) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.