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.
excel_pal(line = TRUE)
If TRUE
, use the palette for lines and points. Otherwise,
use the palette for area.
Other colour excel:
excel_new_pal()
,
scale_colour_excel_new()
,
scale_fill_excel()
library("scales")
show_col(excel_pal()(7))
show_col(excel_pal(line = FALSE)(7))
Run the code above in your browser using DataLab