rule3_landings: Assess if model passes catch rule.

Description Usage Arguments Value

View source: R/rules_set.R

Description

After a period of fishing pressure the catch of each species are checked to ensure they fall withing historic bounds

Usage

1
rule3_landings(catch, historicBounds, simulationRules, speciesList)

Arguments

historicBounds

matrix. (nSpecies x ??) from lazy data darwinData

simulationRules

list. adapted from lazy data darwinRules

speciesList

Character vector. Names of species as defined in lazily loaded data set

biomass

matrix. (nSpecies x nYrs) average biomass (avByr variable)

Value

List

lowerBoolean

boolean vector (nSpecies). Denotes which species populations were above historic lower bounds.

upperBoolean

boolean vector (nSpecies). Denotes which species populations were below historic upper bounds.

pass

boolean value. Indicates whether all species passed the test


andybeet/hydramse documentation built on April 16, 2021, 5:23 a.m.