| chroma_slice {munsell} | R Documentation |
Plot all colours with the same chroma
chroma_slice(chroma.name, back.col="white")
chroma.name |
integer vector of the desired values. |
back.col |
colour for the background |
Plots slices of the Munsell colour system where chroma is constant.
ggplot object
chroma_slice(2) chroma_slice(18) # Maybe want to delete text and add axis instead p <- chroma_slice(18) p$layers[[2]] <- NULL # remove text layer p + opts(axis.text.x = theme_text(angle = 90, hjust = 1), axis.text.y = theme_text()) # all values ## Not run: chroma_slice(seq(0, 38, by = 2))