View source: R/make_assumed_rate.R
make_assumed_rate | R Documentation |
This function is meant to return fallback rates that are more general than a more specific stratification used in 'make_bdat_focal'. The discard rates are generated directly to be subsequently substituted where needed.
make_assumed_rate(
bdat,
species_itis = "164712",
stratvars = c("GEARTYPE", "meshgroup")
)
bdat |
table of observed trips that can include (and should include) multiple years |
species_itis |
species of interest using SPECIES_ITIS code |
stratvars |
Stratification variables. These must be columns available in 'bdat'. Not case sensitive. Thiws should be a subset of those used in 'make_bdat_focal'. |
year |
Year where discard estimate is needed |
a tibbleS with STRATA, KALL (Kept All), BYCATCH (discard of species), dk (discard rate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.