Description Usage Arguments Details Value Author(s) References See Also Examples
This function calculates the commercial landings of predefined species groups for j areas and i years.
1 | landings(land, groups, species.table = NULL, years)
|
land |
A dataframe of commercial landings data with columns |
groups |
A vector indicating the species group(s) for which to calculate
the indicator. If |
species.table |
A table with at least one column, where the column names
match the entries in |
years |
A vector of years for which to calculate indicator. |
Calculates the Landings of predefined species groups.
Returns a dataframe with columns ID
and YEAR
, and a
column landings_group
for each entry in groups
.
If there is no data for a given year, the indicator value is set to 0.
Danielle Dempsey Danielle.Dempsey@dfo-mpo.gc.ca, Adam Cook, Catalina Gomez, Alida Bundy
Bundy A, Gomez C, Cook AM. 2017. Guidance framework for the selection and evaluation of ecological indicators. Can. Tech. Rep. Fish. Aquat. Sci. 3232: xii + 212 p.
Other fishing pressure indicators: allPressure
,
fishingPressure
,
meanTLLandings
,
speciesRichness
1 2 3 4 5 6 7 8 9 10 | # Compile data
data(land)
data(species.table)
# Species of interest
landings.groups <- c("ALL", "CLUPEIDS.L", "FLATFISH.L", "GROUNDFISH.L")
# Calculate indicators
landings(land, groups = landings.groups, species.table = species.table,
years = c(2014:2019))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.