Test for distribution of biomass over age class
Source:R/diag_cohortBiomass.r
diag_cohortBiomass.Rd
Determine which age classes contain the most biomass and compare to neighboring age classes. A species fails the test if all biomass is contained in either the smallest or largest age class
Usage
diag_cohortBiomass(
fgs,
mortality,
agebiomind,
speciesCodes = NULL,
neusPriority,
fishedSpecies = 2
)
Arguments
- fgs
A character string. Path to location of functional groups file.
- mortality
A character string. Path to location of Mort.txt file.
- agebiomind
A character string. Path to location of AgeBiomIndx file.
- speciesCodes
Character vector. A vector of Atlantis species codes in which to test for persistence. (Default = NULL, uses all species with
IsTurnedOn=1
infgs
file)- neusPriority
A character string. Path to location of Species Priorities file.
- fishedSpecies
Numeric scalar. Filter by how much species are fished. Values = 1 (most), 2, 3, 4 (least) (Default = 2. Only species fished at level <= 2 will be returned)