plot.qualpal {qualpalr} | R Documentation |
Multidimensional scaling map of qualitative color palette
Description
Uses the colors in a qualpal object to compute and plot a
multidimensional scaling (MDS) map using cmdscale
on the
Delta E DIN99d distance matrix.
Usage
## S3 method for class 'qualpal'
plot(x, ...)
Arguments
x |
An object of class |
... |
Arguments to pass on to |
See Also
Examples
col_pal <- qualpal(3)
plot(col_pal)
[Package qualpalr version 0.4.4 Index]