profinit_pal.pals {profiplots}R Documentation

List of available Profinit palettes

Description

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

Usage

profinit_pal.pals()

Value

A character vector of all available palettes in this package.

Examples

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))


[Package profiplots version 0.2.3 Index]