View source: R/calc-iphc-ser-area.R
calc_iphc_ser_E_and_F | R Documentation |
Calculate Series E and F from the IPHC data (restricted to a given area)
calc_iphc_ser_E_and_F(set_counts, only_standard = TRUE)
set_counts |
species-specific set-level counts from |
only_standard |
only use the standard stations (default is TRUE). |
Calculate both Series for as many years as possible, including bootstrapped values, for the data restricted to a user-defined area and (default is) standard stations only.
The two series are:
Series E: first 20 hooks from each skate (like Series A but restricted to a given area)
Series F: all hooks from each skate (like Series B but restricted to a given area)
list of class IPHC_ser_E_and_F
containing two tibbles, one for each series (ser_E and ser_F).
Each tibble has one row for each set in each year, restricted to only the
sets within the defined area, with columns
year, station, lat, lon, E_it (effective skate number), N_it (number of
fish caught of the given species), C_it (catch rate of given species, as
numbers per effective skate), E_it20, N_it20 and C_it20 are the same but
considering the first 20 hooks of each skate only, usable (whether the set
should be used, based on IPHC codes; note that some should not be used for
geospatial analysis but are included here).
## Not run:
TODO:
yelloweye <- tidy_iphc_survey(
get_iphc_hooks("yelloweye rockfish"),
get_iphc_skates_info(),
get_iphc_sets_info()
)
calc_iphc_ser_all(yelloweye)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.