View source: R/plot-month-survival.R
bb_plot_month_survival | R Documentation |
Plots monthly survival estimates with credible limits. Estimates represent annual survival if a given month lasted the entire year.
bb_plot_month_survival(x, ...)
## S3 method for class 'data.frame'
bb_plot_month_survival(x, ...)
## S3 method for class 'bboufit_survival'
bb_plot_month_survival(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_month_survival(data.frame)
: Plot monthly survival estimate for a data frame.
bb_plot_month_survival(bboufit_survival)
: Plot monthly survival estimates for a bboufit_survival object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.