SimSurvey 0.1.1
- Initial release documented in Regular et al. (2020) <doi.org/10.1371/journal.pone.0232822>
SimSurvey 0.1.2
SimSurvey 0.1.3
- Simplify make_grid function to improve the splits of the divisions and strata
- CRAN request: change doi in DESCRIPTION to preferred format
SimSurvey 0.1.4
- Add a “bezier” method to make_grid
- Allow a vector of age-specific parameters to be supplied to sim_parabola plus add some options for defining a more asymmetric parabola
- Speed up sim_sets and ensure sample call passes new error traps
- Fix bug in plotting scripts; plotly returns an error if supplied xtabs class data
- Improve vis_fit function
SimSurvey 0.1.5
- Add informative error if NaN values are generated using sim_distribution
- Fix showscale problem in sim_distribution; was supplying a logical vector when length should have been 1
- Allow for more flexible simulation of sets by adding an argument to sim_sets called subset_cells and a custom_sets argument to sim_survey
- Add number of fish available to the survey (I = N * q) to the sp_N object when running sim_survey