View source: R/plot-year-trend-recruitment.R
bb_plot_year_trend_recruitment | R Documentation |
Plots annual recruitment estimates as trend line with credible limits.
bb_plot_year_trend_recruitment(x, ...)
## S3 method for class 'data.frame'
bb_plot_year_trend_recruitment(x, ...)
## S3 method for class 'bboufit_recruitment'
bb_plot_year_trend_recruitment(x, conf_level = 0.95, estimate = median, ...)
x |
The object. |
... |
Unused parameters. |
conf_level |
A number between 0 and 1 of the confidence level. |
estimate |
A function to calculate the estimate. |
bb_plot_year_trend_recruitment(data.frame)
: Plot annual recruitment estimate as trend line for a data frame.
bb_plot_year_trend_recruitment(bboufit_recruitment)
: Plot annual estimates as trend line for a bboufit_recruitment object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.