summary_flbeia: Biological summary functions

View source: R/Results_Summary.R

ecoSum_damaraR Documentation

Biological summary functions

Description

These functions return the biomass (B), fishing mortality (F), spawning stock biomass (SSB), recruitment (R), catches (C), landings (L) and discards (D) indicators. Also indicators comparing the reference points with the actual values, Bpa, Blim, Btarget, Fpa, Flim and Ftarget, so the biomass indicators are TRUE if the biomass is above them, and the fishing mortality indicators are TRUE if the fishing mortality is below them. ssb2Btarget and f2Ftarget return the ratio between SSB and F and the target reference point.

Usage

ecoSum_damara(fleets, flnms = "all", years, covars = NULL)

F_flbeia(obj, years = dimnames(obj$biols[[1]]@n)$year)

SSB_flbeia(obj, years = dimnames(obj$biols[[1]]@n)$year)

B_flbeia(obj, years = dimnames(obj$biols[[1]]@n)$year)

R_flbeia(obj, years = dimnames(obj$biols[[1]]@n)$year)

C_flbeia(obj, years = dimnames(obj$biols[[1]]@n)$year)

L_flbeia(obj, years = dimnames(obj$biols[[1]]@n)$year)

D_flbeia(obj, years = dimnames(obj$biols[[1]]@n)$year)

summary_flbeia(obj, years = dimnames(obj$biols[[1]]@n)$year)

Arguments

fleets

A FLFleetsExt object.

flnms

Names of the fleet for which the indicators will be calculated.

years

The years for which the indicators are extracted.

covars

List of FLQuants with information on covariates.

obj

The output of the FLBEIA function.

Details

  • B_flbeia this function computes SSB.

  • F_flbeia this function computes fishing mortiality.

  • SSB_flbeia this function computes spawning stock biomass by species.

  • R_flbeia this function computes recruitment by stock. If the stock is defined by age this function the recruiment is computed. ; If the stock is follows a biomass dynamics, this function gives the growth.

  • C_flbeia this function computes catches by fleets and stock.

  • L_flbeia this function computes landings by fleets and stock.

  • D_flbeia this function computes the discards by fleets and stock.

  • summary_flbeia this function computes recruitment, SSB, fishing mortality, total biomass for all stocks; and catch and landings for all fleets by year and stock.

Value

B_flbeia, F_flbeia... return an array with three dimensions (stock, year and iter). The summary_flbeia function returns an array with 4 dimensions (stock, year, iter, indicator) with the value of all the indicators.


flr/FLBEIA documentation built on Feb. 22, 2024, 1:36 a.m.