DescTools (version 0.99.13)

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

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