setConfigInfo: Set the model configuration state

Description Usage Arguments Details Value

View source: R/setConfigInfo.R

Description

Function to set the model configuration state.

Usage

1
setConfigInfo(input, verbose = FALSE)

Arguments

input

- list with elements binZ, minZ, maxZ (see @details )

Details

Returns a list that reflects the current model configuration state, with elements:<cr> <ul> <li> moltTime - time of molting/mating (as fraction of year from July 1) </li> <li> maturityStates - maturity states </li> <li> shellConditions - shell conditions </li> <li> binZ - size bin width (mm CW) </li> <li> minZ - min size cutpoint (mm CW) </li> <li> maxZ - max size cutpoint (mm CW) </li> <li> zBs - size bins (mm CW) </li> <li> Zcs - size bin cutpoints (mm CW) </li> </ul>

The input list has elements:<cr> <ul> <li> moltTime - molt time (as fraction of year from July 1) </li> <li> mss - text yielding a character vector of maturity states when parsed/evaluated </li> <li> scs - text yielding a character vector of shell conditions when parsed/evaluated </li> <li> binZ - size bin width (mm CW) </li> <li> minZ - min size cutpoint (mm CW) </li> <li> maxZ - max size cutpoint (mm CW) </li> </ul>

Value

list - list with model configuration info (see @details )


wStockhausen/shinyTC.CohortProgression documentation built on July 19, 2021, 5:32 a.m.