Skip to contents

This function allows you to add the sciencsano theme to your ggplotgraphics.

Usage

sciensano_style(font = "Arial")

Arguments

font

Specify one of the available fonts (Default: Arial)

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()