-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.38 KB
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.38 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
Package: SecDim
Title: The Second Dimension of Spatial Association
Version: 3.2.9000
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: Most of the current methods explore spatial association using
observations at sample locations, which are defined as the first
dimension of spatial association (FDA). The proposed concept of
the second dimension of spatial association (SDA), as described in
Yongze Song (2022) <doi:10.1016/j.jag.2022.102834>, aims to extract
in-depth information about the geographical environment from locations
outside sample locations for exploring spatial association.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
URL: https://github.com/ausgis/SecDim, https://ausgis.github.io/SecDim/
BugReports: https://github.com/ausgis/SecDim/issues
Depends: R (>= 4.1.0)
Imports:
geosphere,
methods,
RcppArmadillo,
stats
Suggests:
knitr,
rmarkdown
LazyData: true
VignetteBuilder: knitr