powered by
Gives the names of the elements of the GP object.
# S3 method for gp names(x,...)
A vector of strings of the names of the elements of the GP object.
Spectral GP object.
Other arguments.
Christopher Paciorek paciorek@alumni.cmu.edu
Type 'citation("spectralGP")' for references.
gp
library(spectralGP) gp1=gp(128,matern.specdens,c(1,4)) print(names(gp1)) add.blocks(gp1) print(names(gp1))
Run the code above in your browser using DataLab