CRAN
mapplots 1.5.1
Data Visualisation on Maps
Released May 22, 2018 by Hans Gerritsen
This package can be loaded by Renjin but 8 out 21 tests failed.
Create simple maps; add sub-plots like pie plots to a map or any other plot; format, plot and export gridded data. The package was developed for displaying fisheries data but most functions can be used for more generic data visualisation.
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>mapplots</artifactId> <version>1.5.1-b1</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:mapplots')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.
- add.pie-examples
- barplot2D-examples
- basemap-examples
- breaks.grid-examples
- draw.barplot2D-examples
- draw.bubble-examples
- draw.grid-examples
- draw.pie-examples
- draw.rect-examples
- draw.shape-examples
- draw.xy-examples
- get.asp-examples
- ices.rect-examples
- legend.box-examples
- legend.bubble-examples
- legend.grid-examples
- legend.pie-examples
- make.grid-examples
- make.multigrid-examples
- make.xyz-examples
- write.grid-examples