A plot of population growth (\(\lambda\)) estimates is given for the population unit.
Arguments
- growth
A data frame generated by
bbr_growth()
.
Examples
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)
} # }