Description Usage Arguments Details Value
Server function for the Tanner crab model configuration Shiny module.
1 | configServer(input, output, session)
|
input |
- usual Shiny input variable |
output |
- usual Shiny output variable |
session |
- usual Shiny session variable |
Creates and returns a reactive variable (configInfo
) using
the function setConfigInfo
that reflects the
current model configuration state, which is a list with elements:<cr>
<ul>
<li> moltTime - timing of molting/growth as fraction of year </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>
configInfo - reactive variable yielding list of model configuration info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.