rtpalette: Color Palettes

View source: R/utils_palettes.R

rtpaletteR Documentation

Color Palettes

Description

rtpalette() prints names of available color palettes Each palette is a named list of hexadecimal color definitions which can be used with any graphics function. rtpalette(palette_name) returns a list of colors for a given palette.

Usage

rtpalette(palette = NULL, verbosity = 1L)

Arguments

palette

Character: Name of palette to return. Default = NULL: available palette names are printed and no palette is returned.

verbosity

Integer: Verbosity level.

Value

A list of available palettes, invisibly.

Author(s)

EDG

Examples

## Not run: 
rtpalette("imperial")
rtpalette()

## End(Not run)

egenn/rtemis documentation built on June 14, 2025, 11:54 p.m.