rule1_biomass: Assess if model passes 1st biomass rule

Description Usage Arguments Value

View source: R/rules_set.R

Description

Check to ensure all species population are above a historic minimum This minimum is the minimum of survey data and multispecies model output

Usage

1
2
3
4
5
6
7
rule1_biomass(
  biomass,
  nYrsFishing,
  historicBounds,
  simulationRules,
  speciesList
)

Arguments

biomass

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

nYrsFishing

scalar. Number of fishing years simulated

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.

pass

boolean value. Indicates whether all species passed the test


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