calcPrMolt: Calculate probability at size of molting for immature crab

Description Usage Arguments Details Value

View source: R/calcPrMolt.R

Description

Function to calculate probability at size of molting for immature crab.

Usage

1
calcPrMolt(configInfo, input, verbose = FALSE)

Arguments

configInfo

- list created by setConfigInfo with model configuration elements

input

- list with growth parameters and other information

Details

Returns a list with elements:<cr> <ul> <li> params - a list with input parameter values </li> <li> prMolt_z - a vector with wtih probability of annual molt by pre-molt size </li> <li> mdfrPrMolt - a dataframe wtih probability of annual molt by pre-molt size </li> </ul>

The input list has elements:<cr> <ul> <li> z50 - location parameter for logistic curve (size at inflection point) </li> <li> b50 - scale parameter for parametric curve </li> <li> min - mininimum motling probability </li> <li> z1 - minimum size at which prMolt is less than 1 </li> </ul>

Value

list - list with prMolt as a vector and as a dataframe (see @details )


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