ypr_yield | R Documentation |
Calculates the yield for a population.
ypr_yield(object, Ly = 0, harvest = TRUE, biomass = FALSE, ...)
object |
The population or populations. |
Ly |
The minimum length (trophy) fish to consider when calculating the yield (cm). |
harvest |
A flag specifying whether to calculate the yield for harvested fish or captures. |
biomass |
A flag specifying whether to calculate the yield in terms of the biomass versus number of individuals. |
... |
Unused parameters. |
By default, with Rmax = 1
the number of individuals is the proportion of
the recruits at the carrying capacity. If the yield is given in terms of the
biomass (kg) then the scaling also depends on the value of Wa
(g).
The yield as number of fish or biomass.
Other yield:
ypr_plot_yield()
,
ypr_tabulate_yield()
,
ypr_yields()
Other calculate:
ypr_age_at_length()
,
ypr_exploitation()
,
ypr_length_at_age()
,
ypr_optimize()
,
ypr_yields()
ypr_yield(ypr_population()) ypr_yield(ypr_ecotypes(Linf = c(100, 200)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.