R/is.MRFA.R

Defines functions is.MRFA

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

Try the MRFA package in your browser

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

MRFA documentation built on Nov. 11, 2023, 1:06 a.m.