bbc_style: Add bbc theme to ggplot chart

Description Usage Examples

Description

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

Usage

1

Examples

1
2
3
4
line <- ggplot(line_df, aes(x = year, y = lifeExp)) +
geom_line(colour = "#007f7f", size = 1) +
geom_hline(yintercept = 0, size = 1, colour="#333333") +
bbc_style()

alastairotter/mediahackplot documentation built on June 5, 2019, 11:02 a.m.