| lines.gp | R Documentation |
Adds a line plot to an existing plot.
## S3 method for class 'gp'
lines(x, ...)
x |
A GP object, created by |
... |
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
library(spectralGP)
gp1=gp(c(128),matern.specdens,c(1,4))
simulate(gp1)
plot(gp1)
simulate(gp1)
lines(gp1,col=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.