council.pal: Council colors as palettes

View source: R/scale_fill_council.R

council.palR Documentation

Council colors as palettes

Description

scale_color_council() and scale_fill_council give a color palette starting with councilBlue, followed by cdGreen and mtsRed, and then a couple other Council colors which will look decent afterwards (up to 8 levels).

Adapted from RColorBrewer::brewer.pal()

Usage

council.pal(n, name)

Arguments

n

numeric, value between 1-8

name

character, starting color name. One of councilR::colors.

See Also

Other aesthetics: blue_cascade, colors, council_layout(), council_pal2(), map_council_continuous(), scale_color_council(), scale_fill_council(), theme_council()

Examples

## Not run: 
library(scales)
library(councilR)
show_col(council_pal2())

## End(Not run)

Metropolitan-Council/councilR documentation built on March 30, 2024, 2:43 a.m.