-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
49 lines (49 loc) · 1.69 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: clhs
Type: Package
Title: Conditioned Latin Hypercube Sampling
Version: 0.9.0
Date: 2021-10-14
Authors@R: c(
person("Pierre", "Roudier", email = "[email protected]", role = c("aut", "cre")),
person("Colby", "Brugnard", email = "[email protected]", role = "ctb"),
person("Dylan", "Beaudette", email = "[email protected]", role = "ctb"),
person("Benjamin", "Louis", email = "[email protected]", role = "ctb"),
person("Kiri", "Daust", email = "[email protected]", role = "ctb"),
person("David", "Clifford", email = "[email protected]", role = "ctb"))
Maintainer: Pierre Roudier <[email protected]>
URL: https://github.com/pierreroudier/clhs/
BugReports: https://github.com/pierreroudier/clhs/issues
Description: Conditioned Latin hypercube sampling, as published by Minasny and McBratney (2006) <DOI:10.1016/j.cageo.2005.12.009>. This method proposes to stratify sampling in presence of ancillary data. An extension of this method, which propose to associate a cost to each individual and take it into account during the optimisation process, is also proposed (Roudier et al., 2012, <DOI:10.1201/b12728>).
Depends: R (>= 2.14.0)
Imports: utils,
methods,
grid,
ggplot2,
sp,
sf,
raster,
reshape2,
plyr,
cluster,
Rcpp
LinkingTo: RcppArmadillo, Rcpp
License: GPL (>= 2)
Encoding: UTF-8
LazyLoad: yes
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Collate:
'RcppExports.R'
'clhs-internal.R'
'clhs-data.frame.R'
'clhs-package.R'
'clhs-raster.R'
'utils.R'
'clhs.R'
'clhs-sf.R'
'clhs-sp.R'
'plot.R'
'similarity.R'