Description Usage Arguments Value Examples
This function returns a set of pseudo-random recruitment deviations based on an iteration number. Given the same iteration number the function will return the same recruitment deviations. The deviations are standard normal. I.e., they have a mean of 0 and a standard deviation of 1.
1 | get_recdevs(iteration, n, seed = 21)
|
iteration |
The iteration number. This is used as an ID to set the random number seed. |
n |
The length of the vector returned. |
seed |
An integer value to pass to |
A vector of standard normal recruitment deviations.
1 2 3 | get_recdevs(1, 10)
get_recdevs(1, 10)
get_recdevs(2, 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.