scale_color_gradientn: Continuous fill scale that aligns with the Urban Institute...

Description Usage Arguments

View source: R/scales.R

Description

Continuous fill scale that aligns with the Urban Institute style

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
scale_color_gradientn(
  ...,
  colours = c("#CFE8F3", "#A2D4EC", "#73BFE2", "#46ABDB", "#1696D2", "#12719E",
    "#0A4C6A", "#062635"),
  colors = c("#CFE8F3", "#A2D4EC", "#73BFE2", "#46ABDB", "#1696D2", "#12719E",
    "#0A4C6A", "#062635"),
  values = NULL,
  space = "Lab",
  na.value = "grey50",
  guide = "colourbar"
)

Arguments

...

other arguments passed to discrete_scale()

colours

vector of colours

colors

vector of colours

values

if colours should not be evenly positioned along the gradient this vector gives the position (between 0 and 1) for each colour in the colours vector. See rescale for a convience function to map an arbitrary range to between 0 and 1

space

colour space in which to calculate gradient. Must be "Lab" - other values are deprecated.

na.value

default color for NA values

guide

legend representation of scale


UrbanInstitute/urbnthemes documentation built on Jan. 26, 2022, 8:34 p.m.