Description Usage Arguments Value Author(s) References See Also Examples
Gives the names of the elements of the GP object.
1 2  | 
x | 
 Spectral GP object.  | 
... | 
 Other arguments.  | 
A vector of strings of the names of the elements of the GP object.
Christopher Paciorek paciorek@alumni.cmu.edu
Type 'citation("spectralGP")' for references.
1 2 3 4 5  | library(spectralGP)
gp1=gp(128,matern.specdens,c(1,4))
print(names(gp1))
add.blocks(gp1)
print(names(gp1))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.