R/test_helper_functions.R
random_FLCatch_generator.Rd
Generate an FLCatch of random size and filled with normally distributed random numbers with a mean of 0. Used for automatic testing, particularly of the FLCatch class in CPP.
random_FLCatch_generator(sd = 100, ...)
An FLCatch
flc <- random_FLCatch_generator()
summary(flc)
#> An object of class "FLCatch"
#>
#> Name: 660
#> Description: -1360
#> Quant: age
#> Dims: age year unit season area iter
#> 5 5 4 2 2 2
#>
#> Range: min max pgroup minyear maxyear
#> 1 5 5 1 5
#>