Generate a randomly sized FLFisheries object filled with normally distributed random numbers with a mean of 0. Used for automatic testing, particularly of the FLFisheries_base<T> class in CPP.

random_FLFisheries_generator(min_fisheries = 2, max_fisheries = 5, ...)

Arguments

min_fisheries

The minimum number of FLFisheries in the fisheries list. Default is 2.

max_fisheries

The maximum number of FLFisheries in the fisheries list. Default is 5.

...

Other arguments to pass to random_FLFishery_generator().

Value

An FLFishery object

Examples

flf <- random_FLFisheries_generator(fixed_dims = c(NA,10,1,1,1,1))