scales: Scale functions to use with GGPlot2

Description Usage Arguments Examples

Description

scale_fill_* and scale_colour_* functions

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11

Arguments

...

see ggplot2 documentation

Examples

1
2
3
4
5
6
7
library(ggplot2)

ggplot(iris,aes(x=Species,y=Sepal.Width,fill=Species))+
  geom_violin()+scale_fill_core_range()

ggplot(iris,aes(x=Sepal.Width,y=Sepal.Length,colour=Species))+
  geom_point()+scale_colour_munro()

jebbd/eightdegrees documentation built on March 9, 2021, 3:06 p.m.