A plot of yearly survival is given for each population unit.

bbr_plot_survival(survival)

Arguments

survival

A data frame generated by bbr_survival().

Value

A ggplot object.

Examples

if (FALSE) { # \dontrun{
survival_est <- bbr_survival(bboudata::bbousurv_a)

bbr_plot_survival(survival_est)
} # }