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

bbr_plot_recruitment(recruitment)

Arguments

recruitment

A data frame generated by bbr_recruitment().

Value

A ggplot object.

Examples

if (FALSE) { # \dontrun{
recruitment_est <- bbr_recruitment(bboudata::bbourecruit_a)

bbr_plot_recruitment(recruitment_est)
} # }