rule2_biomass: Assess if model passes 2nd biomass rule.

Description Usage Arguments Value

View source: R/rules_set.R

Description

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

Usage

1
rule2_biomass(biomass, historicBounds, simulationRules, speciesList)

Arguments

biomass

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

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

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.