plot.qualpal {qualpalr} | R Documentation |
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.
## S3 method for class 'qualpal'
plot(x, ...)
x |
An object of class |
... |
Arguments to pass on to |
col_pal <- qualpal(3)
plot(col_pal)