stata_pal | R Documentation |
Stata color palettes. See Stata documentation for a description of the schemes, https://www.stata.com/help.cgi?schemes.
stata_pal(scheme = "s2color")
scheme |
|
All these palettes support up to 15 values.
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.