adjust-FLStock-method: Recalculate to adjust abundances to F and M

adjust,FLStock-methodR Documentation

Recalculate to adjust abundances to F and M

Description

An FLStock object is projected forward using the initial abundances and the total mortality-at-age per timestep. New values for the stock.n and catch.n slots are calculated, assuming that harvest and m are correct. This calculation provides a test of the internal consistency of the object.

Usage

## S4 method for signature 'FLStock'
adjust(object)

Arguments

object

an FLStock object

Value

FLStock object

See Also

harvest

Examples

data(ple4)
test <- adjust(ple4)
# Difference in catch due to estimation error
plot(FLStocks(PLE=ple4, TEST=test))

flr/FLCore documentation built on March 2, 2025, 12:18 a.m.