Description Usage Arguments Details Value
View source: R/calcNaturalMortality.R
Function to calculate natural mortality rates.
1 | calcNaturalMortality(configInfo, input, verbose = FALSE)
|
configInfo |
- list created by |
input |
- list with natural mortality rate parameters and other information |
Returns a list with elements:<cr> <ul> <li> params - a list with input parameter values </li> <li> M_ms - a matrix of natural mortality rates indexed by maturity state and shell condition </li> <li> mdfrM_ms - a dataframe wtih the the same information </li> </ul>
The input
list has elements:<cr>
<ul>
<li> pM - base natural mortality </li>
<li> pDM1 - multiplier for immature crab </li>
<li> pDM2 - multiplier for mature crab </li>
</ul>
list - list with M_ms as a matrix and as a dataframe (see @details )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.