Add sciensano theme to ggplot chart
sciensano_style.Rd
This function allows you to add the sciencsano theme to your ggplotgraphics.
Examples
if (FALSE) line <- ggplot(line_df, aes(x = year, y = lifeExp)) +
geom_line(colour = "#007f7f", size = 1) +
geom_hline(yintercept = 75, size = 1, colour="#3AAA35") +
sciensano_style()