CRAN
automap 1.0-14
Automatic interpolation package
Released Aug 29, 2013 by Paul Hiemstra
This package can be loaded by Renjin but 8 out 9 tests failed.
Dependencies
sp 1.2-5 gstat 1.1-5 lattice 0.20-35 reshape 0.8.7
This package performs an automatic interpolation by automatically estimating the variogram and then calling gstat.
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>automap</artifactId> <version>1.0-14-b283</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:automap')
Test Results
This package was last tested against Renjin 0.8.2543 on Dec 17, 2017.