get_palette: Retrieve one of the built-in color palettes

View source: R/get_palette.R

get_paletteR Documentation

Retrieve one of the built-in color palettes

Description

This function retrieves a color palette from the built-in palettes. To see the available palettes, use list_palettes().

Usage

get_palette(palette = "ColorBrewer:Accent")

Arguments

palette

A character string specifying the name of the color palette to

Value

A character vector of colors in hex format.

See Also

list_palettes()

Examples

get_palette("Vermeer:LittleStreet")


qualpalr documentation built on Aug. 19, 2025, 1:14 a.m.