CRAN
AcuityView 0.1
A Package for Displaying Visual Scenes as They May Appear to an Animal with Lower Acuity
Released May 9, 2017 by Eleanor Caves
Dependencies
fftwtools 0.9-8 imager 0.41.1 plotrix 3.7-2
This code provides a simple method for representing a visual scene as it may be seen by an animal with less acute vision. When using (or for more information), please cite the original publication.
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>AcuityView</artifactId> <version>0.1-b17</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:AcuityView')
Test Results
This package was last tested against Renjin 0.9.2689 on Aug 27, 2018.