View source: R/colorQuantiles.R
plotColorQuantiles | R Documentation |
This function creates a visualization of the output from colorQuantiles
using lattice graphics.
plotColorQuantiles(res, pt.cex = 7, lab.cex = 0.66)
res |
list returned by |
pt.cex |
scaling factor for color chips |
lab.cex |
chip label scaling factor |
Marginal percentiles and L1 median CIELAB values from colorQuantiles()
are combined into a single plot, arranged in panels according to L, A, and B coordinates. Munsell "chips" (colors and labels) are based on the closest Munsell color found via col2Munsell()
.
a lattice
graphics object
D.E. Beaudette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.