View source: R/scale_colour_r2dii_sector.R
scale_colour_r2dii_sector | R Documentation |
A custom discrete colour and fill scales with colours from 2DII sector palette.
scale_colour_r2dii_sector(sectors = NULL, ...)
scale_fill_r2dii_sector(sectors = NULL, ...)
sectors |
A character vector. Specifies sector colours to use and their
order. Run |
... |
Other parameters passed on to |
An object of class "ScaleDiscrete".
Other r2dii scales:
scale_colour_r2dii()
,
scale_colour_r2dii_tech()
library(ggplot2, warn.conflicts = FALSE)
ggplot(mpg) +
geom_point(aes(displ, hwy, color = class)) +
scale_colour_r2dii_sector()
ggplot(mpg) +
geom_histogram(aes(cyl, fill = class), position = "dodge", bins = 5) +
scale_fill_r2dii_sector()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.