configServer: Server function for the Tanner crab model configuration Shiny...

Description Usage Arguments Details Value

View source: R/configServer.R

Description

Server function for the Tanner crab model configuration Shiny module.

Usage

1
configServer(input, output, session)

Arguments

input

- usual Shiny input variable

output

- usual Shiny output variable

session

- usual Shiny session variable

Details

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>

Value

configInfo - reactive variable yielding list of model configuration info


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