Learn R Programming

barsurf (version 0.7.0)

51_simple_color_palettes: Simple Color Palettes

Description

Functions to create a single color, or vector of colors

Usage

gold.top.color ()
blue.top.color ()
green.top.color ()
purple.top.color ()
heat.top.color ()

gold.side.color () blue.side.color () green.side.color () purple.side.color () heat.side.color ()

gold.iso.colors () blue.iso.colors () green.iso.colors () purple.iso.colors () heat.iso.colors ()

Arguments

Value

The top and side functions, return a single (R color) string. The iso functions return a character (R color) vector.

References

Refer to the vignette for an overview, references and better examples.

Examples

Run this code
# NOT RUN {
gold.top.color ()
gold.side.color ()

gold.iso.colors ()
# }

Run the code above in your browser using DataLab