scale_color_brattle: Apply the Brattle palette to ggplot figures

Description Usage Arguments Author(s) See Also Examples

View source: R/scale_color_brattle.R

Description

Deprecated–users should not need to call these functions as of version 2.0. These functions apply the Brattle palette to ggplot figures.

Usage

1
2
3

Arguments

...

Arguments passed to corresponding ggplot function (see below)

Author(s)

Charlie Gibbons

See Also

scale_color_discrete, scale_fill_discrete from the ggplot2 package

Examples

1
qplot(carat, price, data = diamonds, color = cut) + scale_color_brattle("Cut")

Brattle/BrattleExtras documentation built on May 6, 2019, 8:47 a.m.