A plot of population growth (\(\lambda\)) estimates is given for the population unit.

bbr_plot_growth(growth)

Arguments

growth

A data frame generated by bbr_growth().

Value

A ggplot object.

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)
} # }