View source: R/plot_standard_error.R
plot_standard_error | R Documentation |
Plot Standard Error of the Spawning Stock Biomass between the Operating model and the Estimation model
plot_standard_error(
ps = NULL,
ci = c(0.05, 0.95),
yr_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.
These values will be passed to |
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 |
... |
Extra arguments to be passed to |
A ggplot2::ggplot()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.