points.gp: Add points for a one-dimensional process based on a spectral...

Description Usage Arguments Value Author(s) References See Also Examples

Description

Adds points to an existing plot.

Usage

1
2
## S3 method for class 'gp'
points(x, ...)

Arguments

x

A GP object, created by gp.

...

Extra arguments to plotting functions.

Value

No value is returned.

Author(s)

Christopher Paciorek paciorek@alumni.cmu.edu

References

Type 'citation("spectralGP")' for references.

See Also

gp, simulate.gp, getgrid.gp, predict.gp

Examples

1
2
3
4
5
6
library(spectralGP)
gp1=gp(c(128),matern.specdens,c(1,4))
simulate(gp1)
plot(gp1)
simulate(gp1)
points(gp1,col=2)

spectralGP documentation built on May 2, 2019, 2:40 a.m.