gg_spell_sarid: Generate a ggplot2 which spells SARID in a geom_col().

Description Usage Arguments Value Examples

View source: R/gg_spell_sarid.R

Description

The function generates a bar chart which spells out SARID. The output is a ggplot.

Usage

1
gg_spell_sarid(color1 = "#252161", color2 = "#abd9e9")

Arguments

color1

The text color.

color2

The non-text color.

Value

A ggplot2 as specified above.

Examples

1
2
gg_spell_sarid()
gg_spell_sarid("blue", "red")

sarid-ins/saridr documentation built on Nov. 10, 2020, 9:07 p.m.