# NOT RUN {
# 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))
# }
Run the code above in your browser using DataLab