qClosure, such as sim_logistic, for simulating catchability at age
(returned values must be between 0 and 1)
trawl_dimTrawl width and distance (same units as grid)
resample_cellsAllow resampling of sampling units (grid cells)? Setting to TRUE may introduce bias
because depletion is imposed at the cell level.
binom_errorImpose binomial error? Setting to FALSE may introduce bias in stratified estimates
at older ages because of more frequent rounding to zero.
min_setsMinimum number of sets per strat
set_denSet density (number of sets per [grid unit] squared). WARNING:
may return an error if set_den is high and
resample_cells = FALSE because the number of sets allocated may
exceed the number of cells in a strata.
lengths_capMaximum number of lengths measured per set
ages_capIf age_sampling = "stratified", this cap represents the maximum
number of ages to sample per length group (defined using the age_length_group
argument) per division or strat (defined using the age_space_group argument)
per year. If age_sampling = "random", it is the maximum number of ages to sample
from measured fish per set.
age_samplingShould age sampling be "stratified" (default) or "random"?
age_length_groupNumeric value indicating the size of the length bins for stratified
age sampling. Ignored if age_sampling = "random".
age_space_groupShould age sampling occur at the "division" (default), "strat" or "set" spatial scale?
That is, age sampling can be spread across each "division", "strat" or "set"
in each year to a maximum number within each length bin (cap is defined using
the age_cap argument). Ignored if age_sampling = "random".
lightDrop some objects from the output to keep object size low?