Description Usage Arguments Details Value
View source: R/natmortServer.R
Server function for the Tanner crab model natural mortality rate Shiny module.
1 | natmortServer(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, natural mortality rates, and associated ggplot2 objects associated with the Tanner crab annual natural mortality rate model.
reactive object which returns a list with elements
<ul>
<li> nmInfo - a list with elements inpInfo, M_ms, and mdfrM_ms (see calcNaturalMortality
)</li>
<li> plotNM - a ggplot2 object
</ul>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.