Description Usage Arguments Value Examples
Is the object of class cascade?
| 1 | is.cascade(object)
 | 
| object | the object to be tested. | 
TRUE if object is a cascade, FALSE otherwise.
| 1 2 3 4 5 | 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.