# NOT RUN {
# Compile data
data(X_length)
data(species.table)
data(Length_Weight)
# Species groups of interest
condition.groups <- c("FINFISH", "LBENTHIVORE", "PISCIVORE", "PLANKTIVORE")
# Calculate indicators
communityCondition(X_length, LenWt.table = Length_Weight, groups = condition.groups,
species.table = species.table, years = c(2014:2019))
# }
Run the code above in your browser using DataLab