ypr | R Documentation |
Yield per recruit calculation
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, ...)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.