growthServer: Server function for the Tanner crab model growth Shiny module

Description Usage Arguments Details Value

View source: R/growthServer.R

Description

Server function for the Tanner crab model growth Shiny module.

Usage

1
growthServer(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, mean growth, growth transition matrix, and associated ggplot2 objects associated with the Tanner crab growth model.

Value

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>


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