inst/examples/ex-theme_report.R

library("ggplot2")

# Line and scatter plot colors
p <- ggplot(mtcars) +
  geom_point(aes(x = wt, y = mpg, colour = factor(gear))) +
  facet_wrap(~am)
p + theme_rp_light()
purplezippo/ggpkt documentation built on May 21, 2019, 10:34 a.m.