Description Usage Examples
View source: R/theme_jpp.R
This function allows you to add the Journalism++ theme to your graphics, with theme_jpp()
1
theme_jpp()
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()
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.