Learn R Programming

NetworkInference (version 1.2.5)

is.cascade: Is the object of class cascade?

Description

Is the object of class cascade?

Usage

is.cascade(object)

Value

TRUE if object is a cascade, FALSE otherwise.

Arguments

object

the object to be tested.

Examples

Run this code

data(cascades)
is.cascade(cascades)
# > TRUE
is.cascade(1) 
# > FALSE

Run the code above in your browser using DataLab