paletteer_dynamic: Get dynamic palette by package and name

View source: R/paletteer_dynamic.R

paletteer_dynamicR Documentation

Get dynamic palette by package and name

Description

Available package/palette combinations are available in the data.frame palettes_dynamic_names.

Usage

paletteer_dynamic(palette, n, direction = 1)

Arguments

palette

Name of palette as a string. Must be on the form packagename::palettename.

n

Number of colors desired. If omitted, returns complete palette.

direction

Either 1 or -1. If -1 the palette will be reversed.

Value

A vector of colors.

Examples

paletteer_dynamic("ggthemes_solarized::green", 8)
paletteer_dynamic("cartography::sand.pal", 20)

EmilHvitfeldt/paletteer documentation built on Feb. 1, 2024, 3:39 a.m.