swo | R Documentation |
primary survey workload optimization function
swo(
lfreq_data,
specimen_data,
cpue_data,
strata_data,
yrs,
strata,
boot_hauls,
boot_lengths,
boot_ages,
length_samples,
age_samples,
sexlen_samples
)
lfreq_data |
length frequency data |
specimen_data |
age-length specimen data |
cpue_data |
abundance by length data |
strata_data |
strata and associated area |
yrs |
age filter returns years >= (default = NULL) |
strata |
switch for analyzing by strata (default = FALSE) - not currently implemented |
boot_hauls |
switch for resampling hauls (default = FALSE) |
boot_lengths |
switch for resampling lengths (default = FALSE) |
boot_ages |
switch for resampling ages (default = FALSE) |
length_samples |
change sample sizes (default = NULL) |
age_samples |
change sample sizes (default = NULL) |
sexlen_samples |
change sample sizes (default = NULL) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.