ypr_plot_sr | R Documentation |
Plot Stock-Recruitment Curve
ypr_plot_sr( population, Ly = 0, harvest = TRUE, biomass = FALSE, plot_values = TRUE )
population |
An object of class |
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. |
plot_values |
A flag specifying whether to plot the actual and optimal values. |
A ggplot2 object.
Other sr:
ypr_sr()
,
ypr_tabulate_sr()
Other plot:
ypr_plot_biomass()
,
ypr_plot_fish()
,
ypr_plot_schedule()
,
ypr_plot_yield()
ypr_plot_sr(ypr_population(Rk = 10)) ypr_plot_sr(ypr_population(Rk = 10, BH = 0L))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.