CRAN

oceanmap 0.1.0

A Plotting Toolbox for 2D Oceanographic Data

Released May 26, 2018 by Robert K. Bauer

This package can be loaded by Renjin but 23 out 34 tests failed.

Dependencies

maptools 0.9-2 fields 9.6 lubridate 1.7.4 maps 3.3.0 sp 1.2-7 ncdf4 1.16 extrafont 0.17 plotrix 3.7-2 raster 2.6-7 mapdata 2.3.0 abind 1.4-3

Plotting toolbox for 2D oceanographic data (satellite data, sst, chla, ocean fronts & bathymetry). Recognized classes and formats include ncdf4, Raster, '.nc' and '.gz' files.

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>oceanmap</artifactId>
    <version>0.1.0-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>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:oceanmap')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.