| excel_pal {ggthemes} | R Documentation |
Color palettes from Excel, both current and the pre-2007 ugly palettes.
excel_pal(palette = "line")
palette |
One of |
The color palettes are
Excel 2003 default color palette. seven colors.
Excel 2003 bar chart color palette. seven colors.
Color palette from newer Excel versions. 10 colors.
Other colour excel: scale_fill_excel
library("scales")
show_col(excel_pal()(8))
show_col(excel_pal("fill")(8))
show_col(excel_pal("new")(10))