is.cascade: Is the object of class cascade?

Description Usage Arguments Value Examples

Description

Is the object of class cascade?

Usage

1
is.cascade(object)

Arguments

object

the object to be tested.

Value

TRUE if object is a cascade, FALSE otherwise.

Examples

1
2
3
4
5
data(cascades)
is.cascade(cascades)
# > TRUE
is.cascade(1) 
# > FALSE

flinder/NetworkInference documentation built on May 16, 2019, 1:20 p.m.