ggthemes (version 3.4.0)

excel_pal: Excel color palette (discrete)

Description

Color palettes from Excel, both current and the pre-2007 ugly palettes.

Usage

excel_pal(palette = "line")

Arguments

palette

One of 'old', 'fill', or 'new'.

Details

The color palettes are

line

Excel 2003 default color palette.

fill

Excel 2003 bar chart color palette.

new

Color palette from newer Excel versions.

See Also

Other colour excel: scale_fill_excel

Examples

Run this code
# NOT RUN {
library("scales")
show_col(excel_pal()(8))
show_col(excel_pal('fill')(8))
show_col(excel_pal('new')(10))
# }

Run the code above in your browser using DataCamp Workspace