Learn R Programming

profiplots (version 0.2.3)

profinit_pal.pals: List of available Profinit palettes

Description

Note: Function name has been chosen to match the grDevices::palette.pals().

Usage

profinit_pal.pals()

Arguments

Value

A character vector of all available palettes in this package.

Examples

Run this code
profinit_pal.pals()

# Now you are able to use this information, e.g.:
reds_palette <- profinit_pal("reds")
reds_palette(4)
scales::show_col(reds_palette(4))

Run the code above in your browser using DataLab