Usage
get_generations_rst(
pheno,
dates = prop_last_date(pheno),
threshold = 0,
generations = prop_hatched_generations(pheno),
categorical = TRUE,
colors = barrks_colors("raster"),
labels = barrks_labels("raster")
)get_generations_df(
pheno,
stations = prop_stations(pheno),
dates = prop_dates(pheno),
threshold = 0,
generations = prop_hatched_generations(pheno)
)
get_hibernating_generations_rst(
pheno,
categorical = TRUE,
colors = barrks_colors("raster"),
labels = barrks_labels("raster")
)
get_hibernating_generations_df(pheno, stations = prop_stations(pheno))