rtpalette: 'rtemis' Color Palettes

View source: R/palettes.R

rtpaletteR Documentation

rtemis 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, verbose = TRUE)

Arguments

palette

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

verbose

Logical: If TRUE, print messages to console

Value

A list of available palettes, invisibly

Examples

rtpalette("imperial")

egenn/rtemis documentation built on Sept. 30, 2024, 4:13 p.m.