Learn R Programming

isotracer (version 1.1.8)

params: Return the parameters of a network model

Description

Return the parameters of a network model

Usage

params(nm, simplify = 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.

Arguments

nm

A networkModel object.

simplify

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

Examples

Run this code
params(aquarium_mod)
params(trini_mod)
params(trini_mod, simplify = TRUE)

Run the code above in your browser using DataLab