Description Usage Arguments Details Value
View source: R/setConfigInfo.R
Function to set the model configuration state.
1 | setConfigInfo(input, verbose = FALSE)
|
input |
- list with elements binZ, minZ, maxZ (see @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>
list - list with model configuration info (see @details )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.