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 networkModel object.

simplify

If TRUE, return a vector containing the names of all model parameters (default: FALSE).

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.5 Index]