theme_periscope: Periscope Basic Theme for ggplot

Description Usage Author(s) Examples

View source: R/theme_periscope.R

Description

theme periscope

Usage

1
2
3
4
5
6
theme_periscope(base_size = 1, periscope_colors = c("#6fb8ff", "#ff7555",
  "#59cec5", "#8849a5", "#c1d30c", "#f215a4", "#9480c1", "#e493c7", "#b5ca92"),
  palette = RColorBrewer::brewer.pal("Greys", n = 9),
  color.background = palette[2], color.grid.major = palette[3],
  color.axis.text = palette[6], color.axis.title = palette[6],
  color.title = "#2F0035", color.subtitle = "#535368")

Author(s)

Christine Quan

Examples

1
ggplot() + theme_periscope()

christinequan/PeriscopeR documentation built on May 22, 2019, 11:51 p.m.