Funwanted: Calculate the discards and landings-associated fishing...

View source: R/FLStock.R

FunwantedR Documentation

Calculate the discards and landings-associated fishing mortalities

Description

Computes the fishing mortality at age (harvest) associated with either landings (Fwanted) or discards (Funwanted) through the respective proportions at age. The function names reflect the convention used in ICES.

Usage

Funwanted(x, ages = dimnames(x)$age)

Arguments

x

An FLStock object, with harvest

ages

Ages over which the respective Fbar calculation applies

Value

An FLQuant

Examples

data(ple4)
Fwanted(ple4, ages=2:6)
Funwanted(ple4, ages=1:3)

flr/FLCore documentation built on May 4, 2024, midnight