Description Usage Arguments Details Value
Server function for the Tanner crab model growth Shiny module.
1 | growthServer(input, output, configInfo, session)
|
input |
- the usual shiny input variable |
output |
- the usual shiny output variable |
configInfo |
- reactive variable yielding a list with model configuration info |
session |
- the usual shiny session variable |
Updates the parameters, mean growth, growth transition matrix, and associated ggplot2 objects associated with the Tanner crab growth model.
a reactive object which returns a list with elements:<cr>
<ul>
<li> growthInfo - a list returned from calcGrowth
</li>
<li> plotMnG - a ggplot2 object with mean growth by pre-molt size </li>
<li> plotPrG - a ggplot2 object wtih probability of growth into a post-molt size by pre-molt size </li>
</ul>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.