Examples for 'munsell::chroma_slice'


Plot all colours with the same chroma

Aliases: chroma_slice

Keywords:

### ** Examples

chroma_slice(2)
plot of chunk example-munsell-chroma_slice-1
chroma_slice(18)
Warning: Removed 110 rows containing missing values (geom_text).
plot of chunk example-munsell-chroma_slice-1
# Maybe want to delete text and add axis instead
p <- chroma_slice(18)
p$layers[[2]] <- NULL # remove text layer
p + ggplot2::theme(axis.text = ggplot2::element_text(),
   axis.text.x = ggplot2::element_text(angle = 90, hjust = 1))
plot of chunk example-munsell-chroma_slice-1
# all values 
## Not run: chroma_slice(seq(0, 38, by = 2))

[Package munsell version 0.5.0 Index]