metrics: properties

propertiesR Documentation

properties

Description

Calculates additional reference points

Usage

properties(object, ...)

Arguments

object

an FLBRP object

Details

Calculate priors for an FLBRP object

This method calculates priors for an FLBRP object based on reference points and observations.

Value

A named vector of calculated prior values

FLPar with estimates of MSY based reference points

See Also

FLBRP,refpts

Examples

## Not run: 
  eql=FLBRP(...)  # Create or load an FLBRP object
  calcPriors(eql)

## End(Not run)
## Not run: 

data(ple4brp)

fbar(ple4brp)=FLQuant(seq(0,c(refpts(ple4brp)["crash","harvest"]),length.out=101))
refpts(ple4brp)=properties(ple4brp)

plot(ple4brp,ncol=2)

## End(Not run)


laurieKell/FLCandy documentation built on April 17, 2025, 5:23 p.m.