-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
31 lines (31 loc) · 867 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: geoRcb
Title: An Extension of Package geoR that Works with Cost-Based Distances
Version: 1.7-7
Date: 2015-08-07
Encoding: UTF-8
Authors@R: c(person("Facundo", "Muñoz",
email="[email protected]",
role=c("aut", "cre")),
person("Joseph", "Stachelek",
role="ctb"))
Description: Mainly, three functions are adapted in order to admit custom
distance matrices as additional arguments. Namely variog, to produce
empirical variograms; likfit, to fit theoretical variograms and krige.conv,
to preform kriging.
Depends:
R (>= 3.0.0),
geoR (>= 1.7.4.1)
Imports:
gdistance
Suggests:
sp,
raster,
rgdal,
testthat,
knitr,
rmarkdown
License: GPL (>= 3) | file LICENSE
URL: https://github.com/famuvie/geoRcb
BugReports: https://github.com/famuvie/geoRcb/issues
LazyData: true
VignetteBuilder: knitr