run_discard | R Documentation |
Run discaRd end to end
run_discard(
bdat,
ddat_focal,
c_o_tab = c_o_dat2,
species_itis = "164712",
stratvars = c("GEARTYPE", "meshgroup", "region", "halfofyear"),
aidx = c(1, 2)
)
bdat |
table of observed trips that can include (and should include) multiple years |
ddat_focal |
table of observed trips for discard year |
c_o_tab |
matched table of observed and commerical trips |
species_itis |
species of interest using SPECIES_ITIS code |
stratvars |
stratification variables desired |
aidx |
subset of 'stratvars' for a simplified stratification. |
year |
year where discard is needed |
a list of: 1) Species, 2) discaRd results (summary table, CV, etc), 3)Complete table of commercial trips and discard amounts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.