CRAN
oceanmap 0.1.0
A Plotting Toolbox for 2D Oceanographic Data
Released May 26, 2018 by Robert K. Bauer
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>
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.
- SpatialCircle-examples
- add.region-examples
- area_extrac-examples
- bindate2Title-examples
- check_gzfiles-examples
- check_ts-examples
- clim_plot-examples
- close_fig-examples
- cmap-examples
- cust.colorbar-examples
- delete.region-examples
- digits-examples
- empty.plot-examples
- figure-examples
- get.avg.bathy-examples
- get.bathy-examples
- get.cb.pos-examples
- matrix2raster-examples
- name_join-examples
- name_split-examples
- nc2raster-examples
- nc2time-examples
- param_convert-examples
- parameter_definitions-examples
- plotmap-examples
- raster2matrix-examples
- readbin-examples
- region2SpatialPolygon-examples
- region_definitions-examples
- regions-examples
- set.colorbar-examples
- v-examples
- worldmap-examples
- writebin-examples