theme_ws: A theme like Wall Street Journal figures

Description Usage Value Examples

Description

A theme for ggplot, which looks like the Wall Street Journal figures. It is similar to the theme_wsj in the ggthemes package, with the font simplified.

Usage

1
theme_ws(background = "ivory", ...)

Value

A ggplot with Wall-Street-Journal theme

Examples

1
2
3
ggplot(mtcars, aes(x = mpg, y = disp, color = as.factor(cyl))) + 
  geom_point() + 
  theme_ws()

JianhuaHuang/streamlineR documentation built on May 7, 2019, 10:40 a.m.