excel_new_pal | R Documentation |
Color palettes used by current versions of Microsoft Office and Excel.
excel_new_pal(theme = "Office Theme")
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: \Sexpr[results=rd]{ggthemes:::rd_optlist(names(ggthemes::ggthemes_data$excel$themes))} |
Other colour excel:
excel_pal()
,
scale_colour_excel_new()
,
scale_fill_excel()
library("scales")
for (i in names(ggthemes::ggthemes_data$excel$palettes)) {
show_col(excel_new_pal(theme = i))(6)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.