points.gp {spectralGP} | R Documentation |
Adds points to an existing plot.
points.gp(x, ...)
x |
A GP object, created by gp . |
... |
Extra arguments to plotting functions. |
No value is returned.
Christopher Paciorek paciorek@alumni.cmu.edu
Type 'citation("spectralGP")' for references.
gp
,simulate.gp
,getgrid.gp
,predict.gp
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets. library(spectralGP) gp1=gp(c(128),matern.specdens,c(1,4)) simulate(gp1) plot(gp1) simulate(gp1) points(gp1,col=2)