addFLBRP: Add external reference points to an FLBRP object

+,FLBRP,FLPar-methodR Documentation

Add external reference points to an FLBRP object

Description

Reference points computed outside of FLBRP can be added to the @refpts slot of an FLBRP object. A subsequent call to brp() will compute all other quantities related to this reference point.

Usage

## S4 method for signature 'FLBRP,FLPar'
e1 + e2

Arguments

e1

A FLBRP object

e2

A FLPar containing a set of reference points.

Details

The reference points to be added are passed as an FLPar object. Names of these reference points need to follow this convention:

  • For SSB reference points, name should strat with "B", e.g. "Blim".

  • For F reference points, first letter must be "F", e.g. "Fmsy".

  • Yield reference points should start with "C", e.g. "Cpa".

  • For recruitment reference points, use "R" as starting letter, e.g. "R0".

Value

A FLBRP object with the added and calculated reference points.

Author(s)

The FLR Team

See Also

brp

Examples

data(ple4brp)
refs <- FLPar(Fmsy=0.21, Blim=207288, Bpa=290203)
plot(ple4brp + refs)

flr/FLBRP documentation built on April 8, 2024, 3:18 a.m.