pairs.qualpal {qualpalr} | R Documentation |
Scatterplot matrix of qualitative color palette
Description
Plots the colors in an object of class "qualpal"
as a scatterplot
matrix on either the DIN99d (the default) or HSL color space.
Usage
## S3 method for class 'qualpal'
pairs(x, colorspace = c("DIN99d", "HSL", "RGB"), ...)
Arguments
x |
A list object of class |
colorspace |
The color space in which to plot the colors ("DIN99d", "HSL", or "RGB"). |
... |
Arguments to pass on to |
See Also
Examples
col_pal <- qualpal(3)
pairs(col_pal)
pairs(col_pal, colorspace = "HSL")
[Package qualpalr version 0.4.4 Index]