CRAN
morgenstemning 1.0
Color schemes compatible with red-green color perception difficulties
Released Feb 28, 2014 by James Manton
This package is available for Renjin and there are no known compatibility issues.
This package is a port of the MATLAB colourmap functions accompanying the paper M. Geissbuehler and T. Lasser, "How to display data by color schemes compatible with red-green color perception deficiencies," Opt. Express 21, 9862-9874 (2013) to R.
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>morgenstemning</artifactId> <version>1.0-b244</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:morgenstemning')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.
- ametrine-examples
- ametrine.alpha_values_are_set_correctly
- ametrine.invert_option_inverts_correctly
- ametrine.minColor_and_maxColor_arguments_are_handled_correctly_E1
- ametrine.minColor_and_maxColor_arguments_are_handled_correctly_E2
- ametrine.output_colors_are_equal_to_those_produced_by_MATLAB_code
- isolum-examples
- isolum.alpha_values_are_set_correctly
- isolum.invert_option_inverts_correctly
- isolum.minColor_and_maxColor_arguments_are_handled_correctly_E1
- isolum.minColor_and_maxColor_arguments_are_handled_correctly_E2
- isolum.output_colors_are_equal_to_those_produced_by_MATLAB_code
- morgenstemning-examples
- morgenstemning.alpha_values_are_set_correctly
- morgenstemning.invert_option_inverts_correctly
- morgenstemning.minColor_and_maxColor_arguments_are_handled_correctly_E1
- morgenstemning.minColor_and_maxColor_arguments_are_handled_correctly_E2
- morgenstemning.output_colors_are_equal_to_those_produced_by_MATLAB_code
- test-all