stanza_settings | R Documentation |
Define a list of control parameters.
stanza_settings(
taxa,
stanza_groups,
K,
d,
Wmat,
Amax,
SpawnX,
Leading,
fit_K = c(),
fit_d = c(),
fit_phi = vector(),
Amat = NULL,
Wmatslope,
STEPS_PER_YEAR = 1,
comp_weight = c("multinom", "dir", "dirmult")
)
taxa |
Character vector of taxa included in model. |
stanza_groups |
character-vector with names corresponding to |
K |
numeric-vector with names matching |
d |
numeric-vector with names matching |
Wmat |
numeric-vector with names matching |
Amax |
numeric-vector with names matching |
SpawnX |
numeric-vector with names matching |
Leading |
Boolean vector with names matching |
fit_K |
Character-vector listing |
fit_d |
Character-vector listing |
fit_phi |
Character-vector listing |
Amat |
numeric-vector with names matching |
Wmatslope |
numeric-vector with names matching |
STEPS_PER_YEAR |
integer number of Euler steps per year for calculating integrating individual weight-at-age |
comp_weight |
method used for weighting age-composition data |
An S3 object of class "stanza_settings" that specifies detailed model settings related to age-structured dynamics (e.g., stanzas), allowing user specification while also specifying default values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.