powered by
Plots the 'Yield', 'Age', 'Length', 'Weight', 'Effort', or 'YPUE' by the annual interval exploitation/capture probability.
# S3 method for ypr_population ypr_plot_yield( object, y = "Yield", pi = seq(0, 1, length.out = 100), Ly = 0, harvest = TRUE, biomass = FALSE, u = harvest, plot_values = TRUE, ... )
The populations or populations.
A string of the term on the y-axis.
A vector of probabilities of capture to calculate the yield for.
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 exploitation rate as opposed to the capture rate.
A flag specifying whether to plot the actual and optimal values.
Unused parameters.
A ggplot2 object.
ypr_population() and ypr_yields()
ypr_population()
ypr_yields()
# NOT RUN { ypr_plot_yield(ypr_population()) # }
Run the code above in your browser using DataLab