params | R Documentation |
Return the parameters of a network model
params(nm, simplify = FALSE)
nm |
A |
simplify |
If |
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.
params(aquarium_mod)
params(trini_mod)
params(trini_mod, simplify = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.