scale_colour_solarized: solarized colour palette for ggplot2

View source: R/solarized_palette.R

scale_colour_solarizedR Documentation

solarized colour palette for ggplot2

Description

Provides a colour scheme based on the solarized accent colours for use with ggplot2.

Usage

scale_colour_solarized(...)

scale_color_solarized(...)

scale_fill_solarized(...)

Arguments

...

Arguments passed on to discrete_scale to control name, limits, breaks, labels and so forth.

Examples

library(ggplot2)
ggplot(mtcars, aes(x = mpg, y = hp, colour = factor(cyl))) +
  geom_point() +
  scale_colour_solarized()

langcog/langcog documentation built on March 28, 2024, 9:52 a.m.