scale_colour_gradientn: Continuous fill scale that aligns with the Cone Health style

Description Usage Arguments

Description

Continuous fill scale that aligns with the Cone Health style

Usage

1
2
3
4
5
scale_colour_gradientn(..., colours = c("#CFE8F3", "#A2D4EC", "#73BFE2",
  "#46ABDB", "#00a2b2", "#12719E", "#0A4C6A", "#062635"),
  colors = c("#CFE8F3", "#A2D4EC", "#73BFE2", "#46ABDB", "#00a2b2",
  "#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


medewitt/conethemes documentation built on Sept. 2, 2019, 1:28 a.m.