Learn R Programming

rangeMapper (version 0.0-4)

brewer.pal.get: Fetch all non-qualitative RColorBrewer's palettes.

Description

This is a simple wrapper around brewer.pal.info returning a named list with all the available color palettes.

Usage

brewer.pal.get(palette = NULL)

Arguments

palette
If palette is NULL the function returns a named list of palettes otherwise returns the given palette as a vector.

See Also

See Also as brewer.pal.info

Examples

Run this code
brewer.pal.get()
	brewer.pal.get("YlOrRd")

Run the code above in your browser using DataLab