A plot of population growth (\(\lambda\)) estimates is given for the population unit.
bbr_plot_growth(growth)
A data frame generated by bbr_growth()
.
A ggplot object.
if (FALSE) { # \dontrun{
recruitment_est <- bbr_recruitment(bboudata::bbourecruit_a)
survival_est <- bbr_survival(bboudata::bbousurv_a)
growth_est <- bbr_growth(survival_est, recruitment_est)
bbr_plot_growth(growth_est)
} # }