powered by
The hues in the palette are blues, grays, and greens. Red is not included in these palettes and should be used to indicate important data.
economist_pal(stata = FALSE, fill = TRUE)
Use the palette in the Stata economist scheme.
Use the fill palette.
Other colour economist: scale_colour_economist
scale_colour_economist
# NOT RUN { library(scales) show_col(economist_pal()(6)) ## fill palette show_col(economist_pal(fill=TRUE)(6)) ## RGB values from Stata's economist scheme show_col(economist_pal(stata=TRUE)(16)) # }
Run the code above in your browser using DataLab