m2mServer: Server function for the Tanner crab model molt-to-maturity...

Description Usage Arguments Details Value

View source: R/m2mServer.R

Description

Server function for the Tanner crab model molt-to-maturity Shiny module.

Usage

1
m2mServer(input, output, configInfo, session)

Arguments

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

Details

Updates the parameters, molt-to-maturity probabilities, and associated ggplot2 objects associated with the Tanner crab molt-to-maturity model.

Value

reactive object which returns a list with elements <ul> <li> m2mInfo - a list with elements inpInfo, prM2M_z, and mdfrPrM2M (see calcPrM2M)</li> <li> plotPrM2M - a ggplot2 object </ul>


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