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>

View build log

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.

Source

R

View GitHub Mirror

Release History