is_wdnet: Checks if the input is a 'wdnet' object

View source: R/cls_wdnet.R

is_wdnetR Documentation

Checks if the input is a wdnet object

Description

Checks if the input is a wdnet object

Usage

is_wdnet(netwk)

Arguments

netwk

A wdnet object.

Value

Logical, TRUE if argument netwk is a wdnet object.

Examples

netwk <- rpanet(nstep = 1e3)
is_wdnet(netwk)


wdnet documentation built on May 29, 2024, 9:32 a.m.