-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
60 lines (60 loc) · 2.13 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
50
51
52
53
54
55
56
57
58
59
60
Package: HiClimR
Type: Package
Version: 2.2.1
Title: Hierarchical Climate Regionalization
Authors@R: c(
person(given = "Hamada S.",
family = "Badr",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9808-2344")),
person(given = "Benjamin F.",
family = "Zaitchik",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-0698-0658")),
person(given = "Amin K.",
family = "Dezfuli",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-3274-8542")))
Description: A tool for Hierarchical Climate Regionalization applicable to any correlation-based clustering.
It adds several features and a new clustering method (called, 'regional' linkage) to hierarchical
clustering in R ('hclust' function in 'stats' library): data regridding, coarsening spatial resolution,
geographic masking, contiguity-constrained clustering, data filtering by mean and/or variance
thresholds, data preprocessing (detrending, standardization, and PCA), faster correlation function
with preliminary big data support, different clustering methods, hybrid hierarchical clustering,
multivariate clustering (MVC), cluster validation, visualization of regionalization results, and
exporting region map and mean timeseries into NetCDF-4 file.
The technical details are described in Badr et al. (2015) <doi:10.1007/s12145-015-0221-7>.
License: GPL-3
URL: https://hsbadr.github.io/HiClimR/,
https://github.com/hsbadr/HiClimR
BugReports: https://github.com/hsbadr/HiClimR/issues
Depends:
R (>= 2.10)
Imports:
graphics,
grDevices,
stats,
utils,
ncdf4
Suggests:
covr,
devtools,
knitr,
rmarkdown,
roxygen2,
spelling,
testthat
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
LazyData: yes
LazyLoad: yes
Biarch: yes
ByteCompile: yes
NeedsCompilation: yes
SystemRequirements: NetCDF (>= 4.1)
Language: en-US