| is.cascade | R Documentation |
Is the object of class cascade?
is.cascade(object)
object |
the object to be tested. |
TRUE if object is a cascade, FALSE otherwise.
data(cascades)
is.cascade(cascades)
# > TRUE
is.cascade(1)
# > FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.