R/is.PresentationModel.R

######################################################################################################################

# Function: is.PresentationModel.
# Argument: an object.
# Description: Return if the object is of class PresentationModel

is.PresentationModel = function(arg){
  return(any(class(arg)=="PresentationModel"))
}

Try the Mediana package in your browser

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

Mediana documentation built on May 8, 2019, 5:04 p.m.