is_wdnet {wdnet} | R 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 |
Value
Logical, TRUE
if argument netwk is a wdnet
object.
Examples
netwk <- rpanet(nstep = 1e3)
is_wdnet(netwk)
[Package wdnet version 1.2.3 Index]