R/plotting.R
plot.qualpal.Rd
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.
cmdscale
# S3 method for qualpal plot(x, ...)
An object of class "qualpal" generated from qualpal.
"qualpal"
qualpal
Arguments to pass on to plot.
plot
qualpal, pairs.qualpal, plot
pairs.qualpal
col_pal <- qualpal(3) plot(col_pal)