is.cascade: Is the object of class cascade?

View source: R/cascade.R

is.cascadeR 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

NetworkInference documentation built on Nov. 28, 2025, 9:06 a.m.