theme_jpp_map: Add Journalism++ theme to a ggplot2 map

Description Usage Examples

View source: R/theme_jpp_map.R

Description

This function allows you to add a modified version of the standard Journalism++ theme, when making map graphics

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.