scale_sepia: Continuous scales for air quality

scale_sepiaR Documentation

Continuous scales for air quality

Description

Built to resemble ArcGIS-style "pollution" color ramps.

Usage

scale_sepia(
  ...,
  guide = "colorbar",
  start = 48,
  rot = -0.14,
  chrom = 0.95,
  light = 0.97,
  dark = 0.1,
  gamma = 0.8,
  na.value = "#00000000",
  aesthetics = c("fill", "color")
)

scale_fill_sepia(...)

scale_color_sepia(...)

Arguments

...

passed to ggplot2::continuous_scale()

guide

as in ggplot2::continuous_scale()

start

as in chroma::cubehelix_scale()

rot

as in chroma::cubehelix_scale()

chrom

as in chroma::cubehelix_scale()

light

as in chroma::cubehelix_scale()

dark

as in chroma::cubehelix_scale()

gamma

as in chroma::cubehelix_scale()

na.value

color to use for NA values (default transparent, but may not work)

aesthetics

for internal use

Functions

  • scale_fill_sepia(): fill scale

  • scale_color_sepia(): color scale


BAAQMD/ggtools documentation built on Feb. 8, 2023, 6:22 p.m.