powered by
Is the object of class cascade?
is.cascade(object)
TRUE if object is a cascade, FALSE otherwise.
TRUE
FALSE
the object to be tested.
data(cascades) is.cascade(cascades) # > TRUE is.cascade(1) # > FALSE
Run the code above in your browser using DataLab