-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.81 KB
/
DESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.81 KB
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
Package: GD
Title: Geographical Detectors for Assessing Spatial Factors
Version: 10.10
Authors@R:
c(
person(given = "Yongze", family = "Song",
email = "[email protected]",
role = c("aut", "cph"),
comment = c(ORCID = "0000-0003-3420-9622")),
person(given = "Wenbo", family = "Lyu",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0009-0002-6003-3800"))
)
Description: Geographical detectors for measuring spatial stratified heterogeneity,
as described in Jinfeng Wang (2010) <doi:10.1080/13658810802443457> and
Jinfeng Wang (2016) <doi:10.1016/j.ecolind.2016.02.052>. Includes the
optimal discretization of continuous data, four primary functions of
geographical detectors, comparison of size effects of spatial unit and
the visualizations of results. To use the package and to refer the
descriptions of the package, methods and case datasets, please cite
Yongze Song (2020) <doi:10.1080/15481603.2020.1760434>. The model has
been applied in factor exploration of road performance and multi-scale
spatial segmentation for network data, as described in
Yongze Song (2018) <doi:10.3390/rs10111696> and
Yongze Song (2020) <doi:10.1109/TITS.2020.3001193>, respectively.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
URL: https://github.com/ausgis/GD, https://ausgis.github.io/GD/
BugReports: https://github.com/ausgis/GD/issues
Depends: R (>= 4.1.0)
Imports:
BAMMtools,
graphics,
stats,
utils
Suggests:
gdverse (>= 1.6),
knitr,
rmarkdown,
spEDM (>= 1.11)
LazyData: true
VignetteBuilder: knitr