The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
This vignette is still work in progress. But the examples are hopefully already helpful and inspiring.
align_dates_seasonal()
defines the influenza
seasonsgeom_vline_year()
marks the turn of the yearsscale_y_cases_5er()
creates a y-axis with more ticks
and aligns 0 with the x-axis.influenza_germany |>
# Keep Age Groups 00-14, 15-59, 60+
filter(AgeGroup != "00+") |>
# Calc Influenza Seasons
align_dates_seasonal(dates_from = ReportingWeek) |>
ggplot(aes(x = ReportingWeek, weight = Cases, fill = season)) + # , weight = Cases
geom_vline_year(color = "grey50") +
geom_epicurve(color = NA, stat = "bin_date", date_resolution = "week") +
scale_y_cases_5er() +
theme_bw()
## Extra
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.