displayScheme {RGtkViewers}R Documentation

Display color scheme on R device

Description

This presents a display of the given colorscheme by plotting colored rectangles using the colors overlayed on a rectangle drawn in the background color and with each rectangle labelled by the color name drawn in the annotations color of the scheme.

Usage

displayScheme(scheme, name)

Arguments

scheme the color scheme object (of class ColorScheme) giving a collection of colors, background and annotations colors.
name the name of the color scheme, used as the title of the plot

Value

The return value is of no interest. The side effect is the result which generates the plot.

Author(s)

Duncan Temple Lang <duncan@research.bell-labs.com>

References

http://www.omegahat.org/RGtk, http://www.ggobi.org http://www.ggobi.org/data/colorschemes.xml http://www.gtk.org

See Also

colorSchemesView

Examples

 

[Package RGtkViewers version 0.7-4 Index]