Learn R Programming

rtemis (version 0.79)

rtPalette: rtemis Color Palettes

Description

rtPalettes prints names of available color palettes Each palette is a named list of hexadecimal color definitions which can be used with any graphics function.

Usage

rtPalette(palette = NULL)

Arguments

palette

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

Value

A list of available palettes, invisibly

Examples

Run this code
# NOT RUN {
rtPalette()
# }

Run the code above in your browser using DataLab