Description Usage Arguments Value Author(s) References See Also Examples
Tests if the argument is a spectral GP object.
1 | is.gp(object)
|
object |
A GP object, created by |
Returns 'TRUE' if the argument is a gp, and 'FALSE' otherwise.
Christopher Paciorek paciorek@alumni.cmu.edu
Type 'citation("spectralGP")' for references.
1 2 3 | library(spectralGP)
gp1=gp(128,matern.specdens,c(1,4))
is.gp(gp1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.