excel_new_pal {ggthemes} | R Documentation |
Excel (current versions) color palettes (discrete)
Description
Color palettes used by current versions of Microsoft Office and Excel.
Usage
excel_new_pal(theme = "Office Theme")
Arguments
theme |
The name of the Office theme or color theme
(not to be confused with ggplot2 themes) from which to derive the color
palette. Available themes include:
|
See Also
Other colour excel:
excel_pal()
,
scale_colour_excel_new()
,
scale_fill_excel()
Examples
library("scales")
for (i in names(ggthemes::ggthemes_data$excel$palettes)) {
show_col(excel_new_pal(theme = i))(6)
}