bhpm.monitor.defaults: Generate default variable monitor list for a model.

Description Usage Arguments Value Author(s) Examples

View source: R/bhpm.monitor.defaults.R

Description

Generate default variable monitor list for a model.

Usage

1
	bhpm.monitor.defaults(model = "BB", hier = 3)

Arguments

model

Allowed values are "BB" and "1a" for point-mass and non-point-mass models respectively.

hier

Allowed values are 2 and 3 two-level and three-level hierarchies repsectively.

Value

A dataframe containing the default monitored variables.

Author(s)

R. Carragher

Examples

1
2
3
4
5
mon <- bhpm.monitor.defaults("BB", 3)
print(mon)

mon <- bhpm.monitor.defaults("BB", 3)
print(mon)

bhpm documentation built on April 1, 2020, 5:09 p.m.