R/plot-growth-distributions.R
bbr_plot_growth_distributions.Rd
Create histograms of simulated population growth (\(\lambda\)) values.
bbr_plot_growth_distributions(growth)
A data frame generated by bbr_growth()
.
A ggplot object.
Plots are generated that show the distribution of simulated population growth (\(\lambda\)) values, the mean estimate (red line). In addition, a hashed line indicates where \(\lambda = 1\). Plots allow users to evaluate the symmetry of the distributions of \(\lambda\).
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_distributions(growth_est)
} # }