Simple function to generate reasonable-shaped creel sample data. Useful for testing / demonstrating plotting functions. This can (and typically should) be used without providing any arguments; several aspects of the simulated data (e.g. # of years simulated, number of sampeles) can be modified with the optional arguments.
Arguments
- n.per.year
A single numeric value defining the number of samples per year. Defaults to 60.
- years
A numeric vector defining a "years" factor. Defaults to 2021:2023
- doy.limits
A numeric vector defining minimum and maximum day of year to simulate sampling. Length 2. Optional.
- middle.doy
A numeric defining the day of year of the general peak of activity. Defaults to 250.
- samples_per_day_limits
A numeric vector of length 2. Optional.