params {isotracer} | R Documentation |
Return the parameters of a network model
Description
Return the parameters of a network model
Usage
params(nm, simplify = FALSE)
Arguments
nm |
A |
simplify |
If |
Value
A tibble containing the parameter names and their current value (if
set). If simplify
is TRUE
, only return a sorted character
vector containing the parameters names.
Examples
params(aquarium_mod)
params(trini_mod)
params(trini_mod, simplify = TRUE)
[Package isotracer version 1.1.6 Index]