Description Usage Arguments Details Value
Function to calculate the recruitment size distribution.
1 | calcPrRecAtZ(configInfo, input, verbose = FALSE)
|
configInfo |
- list created by |
input |
- list with recruitment size distribution parameters and other information |
Returns a list with elements:<cr> <ul> <li> params - a list with input parameter values </li> <li> prR_z - a vector with the recruitment size distribution </li> <li> mdfrPrRecAtZ - a dataframe wtih the recruitment size distribution </li> </ul>
The input
list has elements:<cr>
<ul>
<li> alpha - location parameter for gamma distribution </li>
<li> beta - scale parameter for gamma distribution </li>
<li> mxZ - max size at recruitment </li>
</ul>
list - list with prR 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.