Package 'glitr'

Title: Adorned SI style plots
Description: Helps create and export ggplot2 charts in the style used by the GH OHA SI team. Includes multiple styles and themes to tweak plots to user needs. Sample testing data also available.
Authors: Tim Essam [aut, cre], Aaron Chafetz [aut], Baboyma Kagniniwa [aut]
Maintainer: Tim Essam <[email protected]>
License: MIT + file LICENSE
Version: 0.2.9
Built: 2024-11-21 05:21:55 UTC
Source: https://github.com/USAID-OHA-SI/glitr

Help Index


Cascade Indicators

Description

Masked & subset MSD data on the clinical cascade for Saturn Operating Unit (Total Numerators only). Data sourced from ICPI/TrainingDataset.

Usage

cascade

Format

A data frame with six variables: operatingunit, prime_partner_name, indicator, period, period_type, and value.


Color caption default

Description

sets color caption

Usage

color_caption

Format

An object of class character of length 1.


Gridline color default

Description

sets gridline colors

Usage

color_gridline

Format

An object of class character of length 1.


Plot color default

Description

sets plot color text

Usage

color_plot_text

Format

An object of class character of length 1.


Title color default

Description

sets title color

Usage

color_title

Format

An object of class character of length 1.


grey10k

Description

One of the nine shades of grey included. The lower the k-value, the lighter the shade. grey10k is the lightest grey. hex value: "#E6E7E8". Useful for light reference lines, boxes or other areas.

Usage

grey10k

Format

An object of class character of length 1.

See Also

Other greys: grey20k, grey30k, grey40k, grey50k, grey60k, grey70k, grey80k, grey90k


grey20k

Description

One of the nine shades of grey included. The lower (higher) the k-value, the lighter (darker) the shade. hex value: "#d1d3d4"

Usage

grey20k

Format

An object of class character of length 1.

See Also

Other greys: grey10k, grey30k, grey40k, grey50k, grey60k, grey70k, grey80k, grey90k


grey30k

Description

One of the nine shades of grey included. The lower (higher) the k-value, the lighter (darker) the shade. hex value: "#BCBEC0"

Usage

grey30k

Format

An object of class character of length 1.

Details

One of the nine shades of grey included.

See Also

Other greys: grey10k, grey20k, grey40k, grey50k, grey60k, grey70k, grey80k, grey90k


grey40k

Description

One of the nine shades of grey included. The lower (higher) the k-value, the lighter (darker) the shade. hex value: "#a7a9ac"

Usage

grey40k

Format

An object of class character of length 1.

See Also

Other greys: grey10k, grey20k, grey30k, grey50k, grey60k, grey70k, grey80k, grey90k


grey50k

Description

One of the nine shades of grey included. The lower (higher) the k-value, the lighter (darker) the shade. hex value: "#939598"

Usage

grey50k

Format

An object of class character of length 1.

See Also

Other greys: grey10k, grey20k, grey30k, grey40k, grey60k, grey70k, grey80k, grey90k


grey60k

Description

One of the nine shades of grey included. The lower (higher) the k-value, the lighter (darker) the shade. hex value: "#808080"

Usage

grey60k

Format

An object of class character of length 1.

See Also

Other greys: grey10k, grey20k, grey30k, grey40k, grey50k, grey70k, grey80k, grey90k


grey70k

Description

One of the nine shades of grey included. The lower (higher) the k-value, the lighter (darker) the shade. hex value: "#6d6e71"

Usage

grey70k

Format

An object of class character of length 1.

See Also

Other greys: grey10k, grey20k, grey30k, grey40k, grey50k, grey60k, grey80k, grey90k


grey80k

Description

One of the nine shades of grey included. The lower (higher) the k-value, the lighter (darker) the shade. hex value: "#58595b"

Usage

grey80k

Format

An object of class character of length 1.

See Also

Other greys: grey10k, grey20k, grey30k, grey40k, grey50k, grey60k, grey70k, grey90k


grey90k

Description

One of the nine shades of grey included. The lower (higher) the k-value, the lighter (darker) the shade. grey90k is the darkest grey. hex value: "#414042"

Usage

grey90k

Format

An object of class character of length 1.

See Also

Other greys: grey10k, grey20k, grey30k, grey40k, grey50k, grey60k, grey70k, grey80k


HFR Multi-Month Dispensing (MMD) data

Description

Masked & subset HFR data on the MMD for Saturn Operating Unit (no age/sex). Data sourced masked in a similar manner as the ICPI/TrainingDataset.

Usage

hfr_mmd

Format

A data frame with 12 variables and 243 rows

date

start of month for month reporting

fiscal_year

current fiscal year of reporting

hfr_pd

reporting period, month number in FY calendar

operatingunit

PEPFAR Operating Unit

snu1

PEPFAR sub national unit 1 below national level

psnu

PEPFAR prioritization sub national unit

mech_code

PEPFAR mechanism code

tx_curr

reporting period value for patients on treatment

tx_mmd.o3mo

reporting period value for patients on 3 months or more of Rx dispensing

tx_mmd.u3mo

reporting period value for patients on under 3 months of Rx dispensing

tx_mmd.unk

reporting period value for patients with unknown months of Rx dispensing

share_tx_mmd.o3mo

reporting period share of treatment patients on 3 months or more of Rx dispensing


Testing (HTS_TST & HTS_TST_POS) Indicators

Description

Masked & subset MSD data on the testing indicators and their modalities for Saturn Operating Unit (Modality/Age/Sex/Result). Data sourced from ICPI/TrainingDataset.

Usage

hts

Format

A data frame with seven variables: operatingunit, prime_partner_name, indicator, modality, period, period_type, and value.


Spatial data for mapping testing indicators

Description

Mock spatial data for partners operating geographies for Saturn Data sourced from hts and rnaturalearth (Slovenia, Jugovzhodna Slovenija).

Usage

hts_geo

Format

A spatial data frame with three variables and geometry: iso_no, prime_partner_name, iso_1, geometry,


old rose light

Description

SIEI old rose

Usage

old_rose

Format

An object of class character of length 1.


scale_color_si

Description

SIEI colors available through scale_color_si

Usage

scale_color_si(
  palette = "hunter_c",
  alpha = 1,
  discrete = FALSE,
  reverse = FALSE,
  na.value = slate,
  ...
)

Arguments

palette

Choose from 'si_palettes' list

alpha

sets transparency of each color

discrete

whether to use a discrete color palette

reverse

if true, reverses the order of palette

na.value

color for NA values, default = slate

...

additional arguments to pass to scale_color_gradientn

Details

siei color scales for ggplot2

Examples

## Not run: 
library(ggplot2)
library(glitr)

# Apply palettes to discrete or continuous colors
ggplot(diamonds) +
geom_point(aes(x = carat, y = price, color = cut)) +
scale_color_si("hunter_c", discrete = T)

ggplot(diamonds) +
geom_point(aes(x = carat, y = price, color = price)) +
scale_color_si("hunter_c")
## End(Not run)

scale_fill_si

Description

SIEI colors available through scale_fill_si

Usage

scale_fill_si(
  palette = "hunter_c",
  alpha = 1,
  discrete = FALSE,
  reverse = FALSE,
  na.value = slate,
  ...
)

Arguments

palette

Choose from 'si_palettes' list

alpha

sets transparency of each color

discrete

whether to use a discrete colour palette

reverse

if TRUE, reverses order of palette

na.value

color for NA values, default = slate

...

additional arguments to pass to scale_color_gradientn

Examples

## Not run: 
library(ggplot2)
library(tibble)
library(sf)
library(rnaturalearth)
library(glitr)
library(systemfonts)

ggplot(diamonds) +
  geom_bar(aes(x = cut, fill = clarity)) +
  scale_fill_si("hunter_c", discrete = T)

rnaturalearth::ne_countries(continent = "africa", returnclass = "sf") %>%
 add_column(runif = runif(nrow(.))) %>%
 ggplot() +
 geom_sf(aes(fill = runif), color = "white", size = 0.25) +
 scale_fill_si("orchid_bloom_c", reverse = T) +
 si_style_void()
 
## End(Not run)

Clear out Plot Previews

Description

Cleans out the temporary folder of any temporary plots. The temporary folder is removed when the session ends, but it may be useful to remove extraneous previews taking up space and slowing down processing in the session.

Usage

si_clear_preview()

See Also

Other saving: si_preview(), si_save()

Examples

## Not run: 
library(systemfonts)
hts %>%
  dplyr::filter(period_type == "results",
                indicator == "HTS_TST_POS") %>%
  ggplot2::ggplot(aes(period, value)) +
  ggplot2::geom_col() +
  ggplot2::facet_wrap(~forcats::fct_reorder2(modality, period, value)) +
  ggplot2::labs(x = NULL, y = NULL,
                title = "Saturn experienced a drop in Index testing in FY50Q1" %>% toupper,
                subtitle = "Saturn, folks!",
                caption = "Source: FY50Q1i MSD") +
  si_style_nolines()

si_preview()

si_clear_preview() 
## End(Not run)

SI legend for color aesthetics

Description

[Experimental] Function attempts to create a well formatted color-based legend to adorn an existing plot.

Usage

si_legend_color()

Details

This helper function compliments the various si_style() themes. The main action is to move a fill-based legend to the top left of the plot and stretch the legend. The same action can be done using the ggplot2::guides() function.

Examples

## Not run: 
library(systemfonts)
library(ggplot2)
ggplot(iris, aes(Sepal.Length, y = Sepal.Width, color = Sepal.Width)) +
geom_point(size = 4) + si_legend_color() + si_style()

## End(Not run)

SI legend for fill aesthetics

Description

[Experimental] Function attempts to create a well formatted color-based legend to adorn an existing plot.

Usage

si_legend_fill()

Details

This helper function compliments the various si_style() themes. The main action is to move a fill-based legend to the top left of the plot and stretch the legend. The same action can be done using the ggplot2::guides() function.

Examples

## Not run: 
library(systemfonts)
library(ggplot2)
ggplot(iris, aes(Sepal.Length, y = Sepal.Width, fill = Sepal.Width)) +
geom_point(shape = 21, size = 4) + si_legend_fill() + si_style()

## End(Not run)

siei palette with ramped colors

Description

Helper function to incorporate siei colors into scale fills

Usage

si_pal(palette = "siei", alpha = 1, reverse = FALSE)

Arguments

palette

Choose from 'si_palettes' list

alpha

sets transparency of each color

reverse

if true, reverses the order of palette


List of SI Color Palettes

Description

Sets of color palettes that have been collected by the SI team. Includes all colors from the SIEI data visualization guide and a few additional palettes. Colors are stored as a named list. Use palette name or position to call in colors.

Color sets are stored as the name of the first color. Calling si_palettes$viking_d will return the five color palette where viking is the base. Calling si_palettes$viking_c will return an interpolated ramp of 10 colors for viking Calling si_palettes$viking_t will return viking and four tints at 80%, 60%, 40%, and 20%. See the SIEI data visualization guide for additional details.

Usage

si_palettes

Format

An object of class list of length 74.

See Also

si_rampr for details on creating interpolated palettes of varying lengths.

Examples

## Not run: 
library(scales)

# List names of palettes available
names(si_palettes)

show_col(si_palettes$siei)
show_col(si_palettes$lavender_haze_d)
show_col(si_palettes$hunter_t)
show_col(si_palettes$sun_kissed_c)

# Show palettes interpolated
si_rampr("carto_div_earth", n = 10) %>% show_col(labels = T)
si_rampr("carto_div_earth", n = 100) %>% show_col(labels = FALSE)

## End(Not run)

Preview Plot Output

Description

Saves and launches a temporary file to see how the sizing and layout of all aesthetics, e.g. font size, shape size, etc, look when exported from the IDE preview.

Usage

si_preview(scale = 1, width = 10, height = 5.625, dpi = 320, ...)

Arguments

scale

Multiplicative scaling factor.

width

plot width in inches, default = 10

height

plot height in inches, default = 5.625

dpi

plot resolution

...

additional arguments to that pass to ggsave

Value

saves and previews a png output

See Also

Other saving: si_clear_preview(), si_save()

Examples

## Not run: 
library(systemfonts)
hts %>%
  dplyr::filter(period_type == "results",
                indicator == "HTS_TST_POS") %>%
  ggplot2::ggplot(aes(period, value)) +
  ggplot2::geom_col() +
  ggplot2::facet_wrap(~forcats::fct_reorder2(modality, period, value)) +
  ggplot2::labs(x = NULL, y = NULL,
                title = "Saturn experienced a drop in Index testing in FY50Q1" %>% toupper,
                subtitle = "Saturn, folks!",
                caption = "Source: FY50Q1i MSD") +
  si_style_nolines()

si_preview()

si_clear_preview() 
## End(Not run)

Palette interpolation

Description

Generate a palette by linear interpolation. If a discrete palette is selected, colors are recycled to the length of the desired vector.

Usage

si_rampr(pal_name = "siei", n, alpha = 1, reverse = FALSE)

Arguments

pal_name

name of the palette

n

number of interpolation points

alpha

sets transparency of each color

reverse

if true, reverses order

Details

Chooses palette to use with ggplot2

Examples

## Not run: 
#View different interpolations of palettes
si_rampr("denims") %>%  scales::show_col()
si_rampr("denims", n = 10) %>% scales::show_col()
si_rampr("denims", n = 100)

## End(Not run)

Save Plot

Description

Wrapper around ggplot2::ggsave with SI standards

Usage

si_save(
  filename,
  plot = last_plot(),
  path = NULL,
  scale = 1,
  width = 10,
  height = 5.625,
  dpi = 320,
  ...
)

Arguments

filename

File name to create on disk, png unless otherwise specified

plot

Plot to save, defaults to last plot displayed.

path

Path of the directory to save plot to: path and filename are combined to create the fully qualified file name. Defaults to the working directory.

scale

Multiplicative scaling factor.

width

plot width in inches, default = 10

height

plot height in inches, default = 5.625

dpi

plot resolution

...

additional arguments to that pass to ggsave

Value

exports a file with SI dimensions

See Also

Other saving: si_clear_preview(), si_preview()

Examples

## Not run: 
library(systemfonts)
library(ggplot2)
ggplot(iris, aes(Sepal.Length, y = Sepal.Width, colour = Species)) +
  geom_point() + si_style()
#default save
si_save("out/sepal.png")
#defaults to png if not specified (.pdf, .svg, .jpeg)
si_save("out/sepal")
#change the width
si_save("out/sepal.jpeg", width = 5)  
## End(Not run)

Create Standard SI Plots

Description

This function adorns your ggplot to convert it into a SI style plot. The default font is Source Sans Pro

Usage

si_style(
  font_title,
  font_subtitle,
  font_plot,
  font_caption,
  facet_space = 2,
  text_scale = 1,
  FO = FALSE,
  ...
)

Arguments

font_title

font family for titles, defaults to Source Sans Pro/Arial

font_subtitle

font family for subtitles, defaults to Source Sans Pro/Arial

font_plot

font family for the plot space, defaults to Source Sans Pro/Arial

font_caption

font family for captions, defaults to Source Sans Pro/Arial

facet_space

controls how far apart facets are from each other

text_scale

scalar that will grow/shrink all text defined within

FO

make everything black (why, who knows)

...

pass any parameters from theme that are not already defined within

Examples

## Not run: 
library(systemfonts)
library(ggplot2)
ggplot(iris, aes(Sepal.Length, y = Sepal.Width, colour = Species)) +
  geom_point() + si_style()
  
## End(Not run)

Create Standard SI Map

Description

Create Standard SI Map

Usage

si_style_map(...)

Arguments

...

inherits parameters from si_style()

Examples

## Not run: 

library(systemfonts)
library(tidyverse)
library(glitr)
library(gisr)
library(sf)

sfdf <- gisr::get_admin1("Nigeria") %>%
 select(name) %>%
 mutate(value = runif(nrow(.), 0, 1))

ggplot() +
   geom_sf(data = sfdf,
           aes(fill = value),
           color = grey10k,
           size = .1) +
   scale_fill_si(palette = "genoas",
                 discrete = FALSE,
                 limits = c(0, 1),
                 labels = scales::percent) +
   labs(title = "NIGERIA - % OF PLHIV BY STATE",
        subtitle = "States from XYZ Region are the most hit by HIV/AIDS",
        caption = base::paste0("Produced by OHA/SIEI/SI, ON ", base::Sys.Date())) +
  si_style_map() +
  si_legend_fill()

## End(Not run)

SI style plot with blank canvass

Description

Incorporates the default si_style graph and strips all gridlines. Useful for when you want to focus attention on a few parts of a plot – such as a bar graph with fewer than four categories.

Usage

si_style_nolines(...)

Arguments

...

inherits parameters from si_style()

Examples

## Not run: 
library(systemfonts)
library(ggplot2)
ggplot(iris, aes(Sepal.Length, y = Sepal.Width, colour = Species)) +
  geom_point() + si_style_nolines()

## End(Not run)

Create ggplot with transparent background

Description

Create ggplot with transparent background

Usage

si_style_transparent(...)

Arguments

...

inherits parameters from si_style()

Examples

## Not run: 
library(systemfonts)
library(ggplot2)
ggplot(iris, aes(Sepal.Length, y = Sepal.Width, colour = Species)) +
  geom_point() + si_style_transparent()

## End(Not run)

Create ggplot with no axes or no grid lines

Description

Create ggplot with no axes or no grid lines

Usage

si_style_void(...)

Arguments

...

inherits parameters from si_style()

Examples

## Not run: 
library(systemfonts)
library(ggplot2)
ggplot(iris, aes(Sepal.Length, y = Sepal.Width, colour = Species)) +
  geom_point() + si_style_void()

## End(Not run)

SI style plot with only x-axis gridlines

Description

Incorporates the default si_style graph and modifies it to include on x-axis gridlines. Useful for when you are highlighting a vertical comparison, such as rotated bar graphs

Usage

si_style_xgrid(...)

Arguments

...

inherits parameters from si_style()

Examples

## Not run: 
library(systemfonts)
library(ggplot2)
ggplot(iris, aes(Sepal.Length, y = Sepal.Width, colour = Species)) +
  geom_point() + si_style_xgrid()

## End(Not run)

SI style plot with x-axis line drawn

Description

May be used in place of si_style_blank if you would like to anchor the x-axis.

Usage

si_style_xline(...)

Arguments

...

inherits parameters from si_style()

Examples

## Not run: 
library(systemfonts)
library(ggplot2)
ggplot(iris, aes(Sepal.Length, y = Sepal.Width, colour = Species)) +
  geom_point() + si_style_xline()

## End(Not run)

Create Standard SI Plots showing only both x and y axis lines

Description

Create Standard SI Plots showing only both x and y axis lines

Usage

si_style_xyline(...)

Arguments

...

inherits parameters from si_style()

Examples

## Not run: 
library(systemfonts)
library(ggplot2)
ggplot(iris, aes(Sepal.Length, y = Sepal.Width, colour = Species)) +
  geom_point() + si_style_xyline()

## End(Not run)

SI style plot with only y-axis gridlines

Description

Incorporates the default si_style graph and modifies it to include on y-axis gridlines. Useful for when you are highlighting a horizontal comparison.

Usage

si_style_ygrid(...)

Arguments

...

inherits parameters from si_style()

Examples

## Not run: 
library(systemfonts)
library(ggplot2)
ggplot(iris, aes(Sepal.Length, y = Sepal.Width, colour = Species)) +
  geom_point() + si_style_ygrid()

## End(Not run)

SI style plot with y-axis line drawn

Description

May be used in place of si_style_blank if you would like to anchor the y-axis.

Usage

si_style_yline(...)

Arguments

...

inherits parameters from si_style()

Examples

## Not run: 
library(systemfonts)
library(ggplot2)
ggplot(iris, aes(Sepal.Length, y = Sepal.Width, colour = Species)) +
  geom_point() + si_style_yline()

## End(Not run)

USAID black

Description

USAID black "#212721"

Usage

usaid_black

Format

An object of class character of length 1.

See Also

Other USAID colors: usaid_blue, usaid_darkgrey, usaid_lightblue, usaid_lightgrey, usaid_medblue, usaid_medgrey, usaid_red


USAID blue

Description

USAID blue "#002a6c"

Usage

usaid_blue

Format

An object of class character of length 1.

See Also

Other USAID colors: usaid_black, usaid_darkgrey, usaid_lightblue, usaid_lightgrey, usaid_medblue, usaid_medgrey, usaid_red


USAID dark grey

Description

USAID dark grey "#6c6463"

Usage

usaid_darkgrey

Format

An object of class character of length 1.

See Also

Other USAID colors: usaid_black, usaid_blue, usaid_lightblue, usaid_lightgrey, usaid_medblue, usaid_medgrey, usaid_red


USAID light blue

Description

USAID light blue "#a7c6ed"

Usage

usaid_lightblue

Format

An object of class character of length 1.

See Also

Other USAID colors: usaid_black, usaid_blue, usaid_darkgrey, usaid_lightgrey, usaid_medblue, usaid_medgrey, usaid_red


USAID light grey

Description

USAID light grey "#cfcdc9"

Usage

usaid_lightgrey

Format

An object of class character of length 1.

See Also

Other USAID colors: usaid_black, usaid_blue, usaid_darkgrey, usaid_lightblue, usaid_medblue, usaid_medgrey, usaid_red


USAID medium blue

Description

USAID medium blue "#0067b9"

Usage

usaid_medblue

Format

An object of class character of length 1.

See Also

Other USAID colors: usaid_black, usaid_blue, usaid_darkgrey, usaid_lightblue, usaid_lightgrey, usaid_medgrey, usaid_red


USAID med grey

Description

USAID med grey "#8C8985"

Usage

usaid_medgrey

Format

An object of class character of length 1.

See Also

Other USAID colors: usaid_black, usaid_blue, usaid_darkgrey, usaid_lightblue, usaid_lightgrey, usaid_medblue, usaid_red


USAID red

Description

USAID red "#ba0c2f"

Usage

usaid_red

Format

An object of class character of length 1.

See Also

Other USAID colors: usaid_black, usaid_blue, usaid_darkgrey, usaid_lightblue, usaid_lightgrey, usaid_medblue, usaid_medgrey


wapo inspired dark blue

Description

wapo inspired dark blue "#3579A8"

Usage

wapo_dblue

Format

An object of class character of length 1.

See Also

Other Washington Post inspired: wapo_dmauve, wapo_dorange, wapo_lblue, wapo_lgreen, wapo_lmauve, wapo_lorange, wapo_lorange2, wapo_lpurple, wapo_pushpop


wapo inspired dark mauve

Description

wapo inspired dark mauve "#B68AB8"

Usage

wapo_dmauve

Format

An object of class character of length 1.

See Also

Other Washington Post inspired: wapo_dblue, wapo_dorange, wapo_lblue, wapo_lgreen, wapo_lmauve, wapo_lorange, wapo_lorange2, wapo_lpurple, wapo_pushpop


wapo inspired dark orange

Description

wapo inspired dark orange "#DC7C33"

Usage

wapo_dorange

Format

An object of class character of length 1.

See Also

Other Washington Post inspired: wapo_dblue, wapo_dmauve, wapo_lblue, wapo_lgreen, wapo_lmauve, wapo_lorange, wapo_lorange2, wapo_lpurple, wapo_pushpop


wapo inspired light blue

Description

wapo inspired light blue "#B4D5E5"

Usage

wapo_lblue

Format

An object of class character of length 1.

See Also

Other Washington Post inspired: wapo_dblue, wapo_dmauve, wapo_dorange, wapo_lgreen, wapo_lmauve, wapo_lorange, wapo_lorange2, wapo_lpurple, wapo_pushpop


wapo inspired light green

Description

wapo inspired light green "#B5D1D0"

Usage

wapo_lgreen

Format

An object of class character of length 1.

See Also

Other Washington Post inspired: wapo_dblue, wapo_dmauve, wapo_dorange, wapo_lblue, wapo_lmauve, wapo_lorange, wapo_lorange2, wapo_lpurple, wapo_pushpop


wapo inspired light mauve

Description

wapo inspired light mauve "#D8B3D4"

Usage

wapo_lmauve

Format

An object of class character of length 1.

See Also

Other Washington Post inspired: wapo_dblue, wapo_dmauve, wapo_dorange, wapo_lblue, wapo_lgreen, wapo_lorange, wapo_lorange2, wapo_lpurple, wapo_pushpop


wapo inspired light orange

Description

wapo inspired light orange "#F4AB67"

Usage

wapo_lorange

Format

An object of class character of length 1.

See Also

Other Washington Post inspired: wapo_dblue, wapo_dmauve, wapo_dorange, wapo_lblue, wapo_lgreen, wapo_lmauve, wapo_lorange2, wapo_lpurple, wapo_pushpop


wapo inspired light orange 2

Description

wapo inspired light orange "#EFCAB4"

Usage

wapo_lorange2

Format

An object of class character of length 1.

See Also

Other Washington Post inspired: wapo_dblue, wapo_dmauve, wapo_dorange, wapo_lblue, wapo_lgreen, wapo_lmauve, wapo_lorange, wapo_lpurple, wapo_pushpop


wapo inspired light purple

Description

wapo inspired purple "#C7ABC7"

Usage

wapo_lpurple

Format

An object of class character of length 1.

See Also

Other Washington Post inspired: wapo_dblue, wapo_dmauve, wapo_dorange, wapo_lblue, wapo_lgreen, wapo_lmauve, wapo_lorange, wapo_lorange2, wapo_pushpop


wapo inspired pushpop orange

Description

wapo inspired push-popish orange "#FEC693"

Usage

wapo_pushpop

Format

An object of class character of length 1.

See Also

Other Washington Post inspired: wapo_dblue, wapo_dmauve, wapo_dorange, wapo_lblue, wapo_lgreen, wapo_lmauve, wapo_lorange, wapo_lorange2, wapo_lpurple