Last chance! 50% off unlimited learning
Sale ends in
stata_pal(scheme = "s2color")
character
. One of "s2color"
,
"s1rcolor"
, "s1color"
, or "mono"
.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 DataLab