scale_colour_rss_d: Plotting with RSS palettes for colour ggplot2

scale_colour_rss_dR Documentation

Plotting with RSS palettes for colour ggplot2

Description

Plotting with RSS palettes for colour ggplot2

Usage

scale_colour_rss_d(palette, direction = 1, ...)

Arguments

palette

Name of Palette. Run names(RSSPalettes) to view options.

direction

Sets order of colors. Default direction is 1. If direction is -1, palette color order is reversed

...

Other arguments passed on to discrete_scale

Value

A ggproto object defining a discrete colour scale for use with ggplot2.

Examples

library(ggplot2)
ggplot(data = mtcars, aes(x = mpg, y = disp, color = factor(cyl))) +
  geom_point() +
  scale_colour_rss_d(palette = "signif_qual")

RSSthemes documentation built on Aug. 30, 2023, 1:09 a.m.