View source: R/plot_catch_quota.R
plot_catch_quota | R Documentation |
Plot Catch/Quota by scenario
plot_catch_quota(
ps = NULL,
ci = c(0.05, 0.95),
yr_lim = c(NA_real_, NA_real_),
y_lim = c(NA_real_, NA_real_)
)
ps |
A plot setup object as output by |
ci |
A vector of length two of the lower and upper credible interval values. |
yr_lim |
A vector of 2 for minimum and maximum yrs to show on the plot. If either are NA, the limits of the data are used |
y_lim |
A vector of 2 for minimum and maximum y axis values |
A ggplot2::ggplot()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.