powered by
Plot Stock-Recruitment Curve
ypr_plot_sr( population, Ly = 0, harvest = TRUE, biomass = FALSE, plot_values = TRUE )
An object of class ypr_population().
ypr_population()
The minimum length (trophy) fish to consider when calculating the yield (cm).
A flag specifying whether to calculate the yield for harvested fish or captures.
A flag specifying whether to calculate the yield in terms of the biomass versus number of individuals.
A flag specifying whether to plot the actual and optimal values.
A ggplot2 object.
ypr_population() and ypr_sr()
ypr_sr()
# NOT RUN { ypr_plot_sr(ypr_population(Rk = 10)) ypr_plot_sr(ypr_population(Rk = 10, BH = 0L)) # }
Run the code above in your browser using DataLab