powered by
Plots the colors in an object of class "qualpal" as a scatterplot matrix on either the DIN99d (the default) or HSL color space.
"qualpal"
# S3 method for qualpal pairs(x, colorspace = c("DIN99d", "HSL", "RGB"), ...)
A list object of class "qualpal" generated from qualpal.
qualpal
The color space in which to plot the colors ("DIN99d", "HSL", or "RGB").
Arguments to pass on to pairs.
pairs
qualpal, plot.qualpal, pairs
plot.qualpal
col_pal <- qualpal(3) pairs(col_pal) pairs(col_pal, colorspace = "HSL")
Run the code above in your browser using DataLab