ggthemes (version 3.4.0)

stata_pal: Stata color palettes (discrete)

Description

Stata color palettes. See Stata documentation for a description of the schemes, http://www.stata.com/help.cgi?schemes.

Usage

stata_pal(scheme = "s2color")

Arguments

scheme

character. One of "s2color", "s1rcolor", "s1color", or "mono".

Examples

Run this code
# NOT RUN {
library("scales")
show_col(stata_pal("s2color")(15))
show_col(stata_pal("s1rcolor")(15))
show_col(stata_pal("s1color")(15))
show_col(stata_pal("mono")(15))
# }

Run the code above in your browser using DataCamp Workspace