cohortServer: Server function for the Tanner crab model cohort progression...

Description Usage Arguments Details Value

View source: R/cohortServer.R

Description

Server function for the Tanner crab model cohort progressionn Shiny module.

Usage

1
2
cohortServer(input, output, configInfo, nmResults, mltResults, grwResults,
  m2mResults, recResults, session)

Arguments

input

- the usual shiny input variable

output

- the usual shiny output variable

configInfo

- reactive variable yielding a list with model configuration info

nmResults

- natural mortality results list

mltResults

- probability of molt results list

grwResults

- growth results list

m2mResults

- molt-to-maturity results list

recResults

- recruitment results list

session

- the usual shiny session variable

Details

Updates the parameters, results, and associated ggplot2 objects associated with the Tanner crab cohort progression model.

Value

reactive object which returns a list with elements <ul> <li> cpInfo - a list with elements inpInfo, prR_z, and mdfrPrRecAtZ (see calcCohortProgression)</li> <li> pltCPA - a ggplot2 object <li> pltCPN - a ggplot2 object </ul>


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