Learn R Programming

wdnet (version 1.2.3)

is_wdnet: Checks if the input is a wdnet object

Description

Checks if the input is a wdnet object

Usage

is_wdnet(netwk)

Value

Logical, TRUE if argument netwk is a wdnet object.

Arguments

netwk

A wdnet object.

Examples

Run this code
netwk <- rpanet(nstep = 1e3)
is_wdnet(netwk)

Run the code above in your browser using DataLab