R/is.binaryGP.R

is.binaryGP <- function(object){
  if (inherits(object, "binaryGP")) return(TRUE)
  else return(FALSE)
}

Try the binaryGP package in your browser

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

binaryGP documentation built on May 1, 2019, 8:03 p.m.