excel_pal {ggthemes} | R Documentation |
Excel 97 ugly color palettes (discrete)
Description
The color palettes used in Microsoft Excel 97 (and up until Excel 2007). Use this for that classic ugly look and feel. For ironic purposes only. 3D bars and pies not included. Please never use this color palette.
Usage
excel_pal(line = TRUE)
Arguments
line |
If |
See Also
Other colour excel:
excel_new_pal()
,
scale_colour_excel_new()
,
scale_fill_excel()
Examples
library("scales")
show_col(excel_pal()(7))
show_col(excel_pal(line = FALSE)(7))
[Package ggthemes version 5.1.0 Index]