Last chance! 50% off unlimited learning
Sale ends in
Munsell hues are arranged on the unit circle with "neutral" at the center.
huePositionCircle(
hues = huePosition(returnHues = TRUE),
value = 6,
chroma = 10,
chip.cex = 5.5,
label.cex = 0.66,
seg.adj = 0.8,
seg.col = "grey",
plot = TRUE,
simulateCVD = NULL,
CVDseverity = 1
)
an invisible data.frame
of data used to create the figure
vector of Munsell hues, commonly derived from huePosition()
single integer, Munsell value used to create an actual color
single integer, Munsell chroma used to create an actual color
numeric, scaling for color chips
numeric, scaling labels
numeric, scaling for line segment cues
single color, color used for line segment cues
logical, generate output on the current graphics device
simulate color vision deficiencies with the colorspace package, should be the character representation of a function name, one of: 'deutan', 'protan', or 'tritan'.
numeric value between 0 (none) and 1 (total), describing the severity of the color vision deficiency
Munsell book of color. 1976. Macbeth, a Division of Kollmorgen Corp., Baltimore, MD.
# better graphics defaults
op <- par(mar = c(0, 0, 0, 0), fg = 'white', bg = 'black')
# full set of hues, as generated by huePosition(returnHues = TRUE)
huePositionCircle()
# subset
huePositionCircle(hues = c('5R', '5Y', '5G', '5B', '5P'))
# reset graphics state
par(op)
Run the code above in your browser using DataLab