View source: R/calc.prMat.Males.R
calc.prMat.Males | R Documentation |
Logistic function for Pr(mature|size) for new shell males based on Rugolo and Turnock's fitted logistic curve. Parameters are based on my fit to their curve.
calc.prMat.Males(z, shell_condition, z50 = 102.32849563, slp = 0.06440451)
z |
: size (mm CW) |
shell_condition |
: ‘NEW_SHELL’ or ‘OLD_SHELL’ |
z50 |
: size at 50% maturity |
slp |
: slope for logistic curve ( |
Default parameter values are based on my fit to Rugolo and Turnock's fitted logistic curve. Old shell
crab are assumed to be terminally-molted, so Pr(mature|z)=1
for all sizes z
.
a vector of Pr(mature|z) corresponding to the input sizes and shell condition classification.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.