Learn R Programming

DescTools (version 0.99.17)

ColPicker: Information plots

Description

The function PlotPar() plots the typically used parameters and their values. ColPicker() plots the R-colors in a dense manner.

Usage

ColPicker(locator=TRUE, ord = c("hsv", "default"), label = c("text", "hex", "dec"), mdim = c(38, 12)) PlotPar() PlotMar()

Arguments

locator
logical, defines if the colors should be selected by mouseclick. Default is TRUE.
ord
the order of the colors, can be either defined by hsv-value or by the R internal color-number

label
label for the colors, can be the colorname (text), the hex-code (#RRGGBB) or the decimal RGB-number

mdim
the dimension of the color matrix. Default is 38 rows and 12 columns.

Details

PlotMar() should plot the margins, but waits for its implementation...

See Also

par, colors

Examples

Run this code
PlotPar()

ColPicker(locator=FALSE, ord="hsv")
ColPicker(locator=FALSE, label="hex")

Run the code above in your browser using DataLab