Description Usage Arguments Value Examples
View source: R/test_helper_functions.R
Generate a randomly sized FLFishery object filled with normally distributed random numbers with a mean of 0. Used for automatic testing, particularly of the FLFishery_base<T> class in CPP.
1 | random_FLFishery_generator(min_catches = 2, max_catches = 5, sd = 1, ...)
|
min_catches |
The minimum number of catches. Default is 2. |
max_catches |
The maximum number of FLCatches in the catches list. Default is 5. |
sd |
Standard deviation of the randomly generated FLQuant slots. |
... |
Other arguments passed to random_FLCatches_generator(). |
An FLFishery object
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.