Description Usage Arguments Details Value
Function to calculate probability at size of molting for immature crab.
1 | calcPrMolt(configInfo, input, verbose = FALSE)
|
configInfo |
- list created by |
input |
- list with growth parameters and other information |
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>
list - list with prMolt as a vector and as a dataframe (see @details )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.