is.cascade {NetworkInference} | R Documentation |
Is the object of class cascade?
Description
Is the object of class cascade?
Usage
is.cascade(object)
Arguments
object |
the object to be tested. |
Value
TRUE
if object is a cascade, FALSE
otherwise.
Examples
data(cascades)
is.cascade(cascades)
# > TRUE
is.cascade(1)
# > FALSE
[Package NetworkInference version 1.2.4 Index]