Last data update: 2014.03.03

R: Information plots
ColPickerR Documentation

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...

Author(s)

Andri Signorell <andri@signorell.net>

See Also

par, colors

Examples

PlotPar()

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

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(DescTools)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/DescTools/PlotRCol.Rd_%03d_medium.png", width=480, height=480)
> ### Name: ColPicker
> ### Title: Information plots
> ### Aliases: ColPicker PlotPar PlotMar
> ### Keywords: utilities
> 
> ### ** Examples
> 
> PlotPar()
> 
> ColPicker(locator=FALSE, ord="hsv")
> ColPicker(locator=FALSE, label="hex")
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>