ypr: Yield per recruit calculation

View source: R/tables.R

yprR Documentation

Yield per recruit calculation

Description

Yield per recruit calculation

Usage

ypr(fit, Flimit = 2, Fdelta = 0.01, aveYears = min(15,
  length(fit$data$years)), ageLimit = 100, ...)

## S3 method for class 'ccam'
ypr(fit, Flimit = 2, Fdelta = 0.01, aveYears = min(15,
  length(fit$data$years)), ageLimit = 100, rec.years = fit$data$years,
  deterministic = TRUE, simpara = NULL, ...)

## S3 method for class 'ccamset'
ypr(fit, ...)

Arguments

fit

the object returned from ccam.fit

Flimit

Upper limit for Fbar

Fdelta

increments on the Fbar axis

aveYears

Number of years back to use when calculating averages (selection, weights, ...)

ageLimit

Oldest age used (should be high)

...

extra arguments not currently used


elisvb/CCAM documentation built on March 13, 2023, 6:55 a.m.