theme_jpp: Add Journalism++ theme to a ggplot2 chart

Description Usage Examples

View source: R/theme_jpp.R

Description

This function allows you to add the Journalism++ theme to your graphics, with theme_jpp()

Usage

1

Examples

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

cguibourg/jpplot2 documentation built on Dec. 30, 2019, 8:43 p.m.