-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.81 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
Package: bispdep
Type: Package
Title: Statistical Tools for Bivariate Spatial Dependence Analysis
Version: 1.0-2
Date: 2025-02-21
Authors@R: c(person(given = "Carlos",
family = "Melo",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5598-1913")),
person(given = "Oscar",
family = "Melo",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0296-4511")),
person(given = "Sandra",
family = "Melo",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4875-7657")))
Author: Carlos Melo [aut, cre] (<https://orcid.org/0000-0002-5598-1913>),
Oscar Melo [ctb] (<https://orcid.org/0000-0002-0296-4511>),
Sandra Melo [ctb] (<https://orcid.org/0000-0002-4875-7657>)
Depends: R (>= 3.3.0), methods, spData, sf
Imports: spdep, spatialreg, stats, combinat, boot (>= 1.3-1), graphics,
grDevices, ggplot2, sp (>= 1.0), RColorBrewer
Suggests: parallel, spam
Maintainer: Carlos Melo <[email protected]>
Description: A collection of functions to test spatial autocorrelation between variables, including Moran I, Geary C and Getis G together with scatter plots, functions for mapping and identifying clusters and outliers, functions associated with the moments of the previous statistics that will allow testing whether there is bivariate spatial autocorrelation, and a function that allows identifying (visualizing neighbours) on the map, the neighbors of any region once the scheme of the spatial weights matrix has been established.
License: GPL (>= 2)
URL: https://github.com/carlosm77/bispdep
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2025-02-21 17:04:21 UTC; ASUS
Repository: CRAN
Date/Publication: 2025-02-21 17:20:02 UTC