CRAN
munsell 0.5.0
Utilities for Using Munsell Colours
Released Jun 12, 2018 by Charlotte Wickham
Dependencies
Provides easy access to, and manipulation of, the Munsell colours. Provides a mapping between Munsell's original notation (e.g. "5R 5/10") and hexadecimal strings suitable for use directly in R graphics. Also provides utilities to explore slices through the Munsell colour tree, to transform Munsell colours and display colour palettes.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>munsell</artifactId> <version>0.5.0-b21</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:munsell')
Test Results
This package was last tested against Renjin 3.5-beta42 on Jul 11, 2019.
- check_mnsl-examples
- chroma_slice-examples
- complement-examples
- complement_slice-examples
- darker-examples
- desaturate-examples
- fix_mnsl-examples
- hue_slice-examples
- hvc2mnsl-examples
- in_gamut-examples
- lighter-examples
- mnsl-examples
- mnsl2hvc-examples
- mnsl_hues-examples
- pbgyr-examples
- plot_closest-examples
- plot_hex-examples
- plot_mnsl-examples
- rgb2mnsl-examples
- rygbp-examples
- saturate-examples
- seq_mnsl-examples
- testthat
- value_slice-examples