DescTools (version 0.99.14)

PlotRCol: Information plots

Description

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

Usage

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

Arguments

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()

PlotRCol(ord="hsv")
PlotRCol(label="hex")

Run the code above in your browser using DataCamp Workspace