CRAN
geotoolsR 1.0
Tools to Improve the Use of Geostatistic
Released Jul 14, 2017 by Diogo Francisco Rossoni
Dependencies
ggplot2 2.2.1 tidyr 0.8.0 dplyr 0.7.4 geoR 1.7-5.2
The basic idea of this package is provides some tools to help the researcher to work with geostatistics. Initially, we present a collection of functions that allow the researchers to deal with spatial data using bootstrap procedure.There are five methods available and two ways to display them: bootstrap confidence interval - provides a two-sided bootstrap confidence interval; bootstrap plot - a graphic with the original variogram and each of the B bootstrap variograms.
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>geotoolsR</artifactId> <version>1.0-b14</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:geotoolsR')
Test Results
This package was last tested against Renjin 0.9.2625 on Apr 9, 2018.