Skip to contents

Calculate index of total biomass across aggregated subareas

Usage

calc_biomass_subarea(
  racebase_tables = lifecycle::deprecated(),
  gapdata = NULL,
  biomass_strata = lifecycle::deprecated(),
  biomass_stratum = NULL
)

Arguments

racebase_tables

[Deprecated] Use the gapdata argument instead.

gapdata

data object created from gapindex::get_data()

biomass_strata

[Deprecated] Use the biomass_stratum argument instead.

biomass_stratum

a dataframe of stratum biomass, result object from gapindex::calc_biomass_stratum()

Value

FieldDescription
N_COUNTTotal number of hauls with positive count data.
N_HAULTotal number of hauls.
N_LENGTHTotal number of hauls with length data.
N_WEIGHTTotal number of hauls with positive catch biomass.
POPULATION_COUNTThe estimated population caught in the survey for a species, group, or total for a given survey.
POPULATION_VARThe estimated population variance caught in the survey for a species, group, or total for a given survey.
SPECIES_CODEThe species code of the organism associated with the common_name and scientific_name columns. For a complete species list, review the code books.
SURVEYName and description of survey. The column survey is associated with the srvy and survey_definition_id columns.
SURVEY_DEFINITION_IDThe survey definition ID key code is an integer that uniquely identifies a survey region/survey design. The column survey_definition_id is associated with the srvy and survey columns. Full list of survey definition IDs are in RACE_DATA.SURVEY_DEFINITIONS and in the code books.
YEARYear the observation (survey) was collected.
AREA_IDArea ID key code for each statistical area used to produce production estimates (e.g., biomass, population, age comps, length comps). Each area ID is unique within each survey.
BIOMASS_MTThe estimated total biomass.
BIOMASS_VARThe estimated variance associated with the total biomass.
CPUE_KGKM2_MEANThe mean catch weight (kilograms) per unit effort (area swept by the net, units squared kilometers).
CPUE_KGKM2_VARThe variance of mean catch weight (kilograms) per unit effort (area swept by the net, units squared kilometers).
CPUE_NOKM2_MEANThe mean of numerical catch per unit effort (area swept by the net, units square kilometers).
CPUE_NOKM2_VARThe variance of mean numerical catch per unit effort (area swept by the net, units square kilometers).