R/is.gp.R

"is.gp" <-
function(object){
  # tests whether object is a gp object
  inherits(object,"gp")
}

Try the spectralGP package in your browser

Any scripts or data that you put into this service are public.

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