new_networkModel {isotracer} | R Documentation |
Create an empty network model
Description
The first step in building a network model is to create a new, empty
networkModel
object. This model can then be completed using functions
such as set_topo()
, set_init()
, etc...
Usage
new_networkModel(quiet = FALSE)
Arguments
quiet |
Boolean, if |
Value
An empty networkModel
object. It is basically a zero-row
tibble with the appropriate columns.
Examples
m <- new_networkModel()
m
class(m)
[Package isotracer version 1.1.6 Index]