Learn R Programming

rgeoda (version 0.1.0)

R Library for Spatial Data Analysis

Description

Provides spatial data analysis functionalities including Exploratory Spatial Data Analysis, Spatial Cluster Detection and Clustering Analysis, Regionalization, etc. based on the C++ source code of 'GeoDa', which is an open-source software tool that serves as an introduction to spatial data analysis. The 'GeoDa' software and its documentation are available at .

Copy Link

Version

Install

install.packages('rgeoda')

Monthly Downloads

2,492

Version

0.1.0

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Xun Li

Last Published

March 6th, 2025

Functions in rgeoda (0.1.0)

eb_rates

Empirical Bayes(EB) Rate
gda_rook_weights

(For internally use and test only) Rook Contiguity Spatial Weights
eb_rates_standardization

Empirical Bayes(EB) Rate Standardization
is_symmetric

Symmetry of Weights Matrix
gda_min_distthreshold

(For internally use and test only) Minimum Distance Threshold for Distance-based Weights
gda_queen_weights

(For internally use and test only) Queen Contiguity Spatial Weights
hinge15_breaks

(Box) Hinge15 Breaks
hinge30_breaks

(Box) Hinge30 Breaks
knn_weights

K-Nearest Neighbors-based Spatial Weights
lisa_num_nbrs

Get numbers of neighbors for all observations
get_neighbors

Neighbors of one observation
geoda_open

Create an instance of geoda-class by reading from an ESRI Shapefile dataset
lisa_pvalues

Get pseudo-p values of LISA
lisa_bo

Bonferroni bound value of local spatial autocorrelation
join_count_ratio

Join Count Ratio
local_geary

Local Geary Statistics
gda_distance_weights

(For internally use and test only) Distance-based Spatial Weights
local_gstar

Local Getis-Ord's G* Statistics
has_isolates

Isolation/Island in Spatial Weights
lisa_values

Get LISA values
get_neighbors_weights

Weights values of the neighbors of one observation
gda_kernel_knn_weights

(For internally use and test only) K-NN Kernel Spatial Weights
local_bimoran

Bivariate Local Moran Statistics
percentile_breaks

Percentile Breaks
maxp_greedy

A greedy algorithm to solve the max-p-region problem
max_neighbors

Maximum Neighbors of Spatial Weights
lisa_clusters

Get local cluster indicators
quantile_breaks

Quantile Breaks
gda_knn_weights

(For internally use and test only) K-Nearest Neighbors-based Spatial Weights
lisa_fdr

False Discovery Rate value of local spatial autocorrelation
kernel_weights

Distance-based Kernel Spatial Weights
gda_kernel_weights

(For internally use and test only) Distance-based Kernel Spatial Weights
kernel_knn_weights

K-NN Kernel Spatial Weights
lisa_colors

Get cluster colors
maxp_sa

A simulated annealing algorithm to solve the max-p-region problem
maxp_tabu

A tabu-search algorithm to solve the max-p-region problem
p_LISA-class

p_LISA
set_neighbors

Set neighbors of an observation
local_quantilelisa

Quantile LISA Statistics
local_moran

Local Moran Statistics
p_GeoDaWeight-class

p_GeoDaWeight
make_spatial

Make Spatial
natural_breaks

Natural Breaks (Jenks)
local_bijoincount

Bivariate Local Join Count Statistics
local_joincount

Local Join Count Statistics
set_neighbors_with_weights

Set neighbors and weights values of an observation
local_multijoincount

(Multivariate) Colocation Local Join Count Statistics
neighbor_match_test

Local Neighbor Match Test
redcap

Regionalization with dynamically constrained agglomerative clustering and partitioning
lisa_labels

Get cluster labels
rook_weights

Rook Contiguity Spatial Weights
spatial_validation

Spatial Validation
local_multigeary

Local Multivariate Geary Statistics
update_weights

Update meta data of a spatial weights
min_distthreshold

Minimum Distance Threshold for Distance-based Weights
local_moran_eb

Local Moran with Empirical Bayes(EB) Rate
min_neighbors

Minimum Neighbors of Spatial Weights
queen_weights

Queen Contiguity Spatial Weights
summary.Weight

Summary of Spatial Weights
stddev_breaks

Standard Deviation Breaks
read_gal

Read a .GAL file
local_g

Local Getis-Ord's G Statistics
local_multiquantilelisa

Multivariate Quantile LISA Statistics
skater

Spatial C(K)luster Analysis by Tree Edge Removal
sf_to_geoda

Create an instance of geoda-class from a 'sf' object
weights_sparsity

Sparsity of Spatial Weights
save_weights

Save Spatial Weights
schc

Spatially Constrained Hierarchical Clucstering (SCHC)
mean_neighbors

Mean Neighbors of Spatial Weights
p_GeoDa-class

p_GeoDa
median_neighbors

Median Neighbors of Spatial Weights
p_GeoDaTable-class

p_GeoDaTable
read_gwt

Read a .GWT file
read_swm

Read a .SWM file
sp_to_geoda

Create an instance of geoda-class from a 'sp' object
spatial_lag

Spatial Lag
as.data.frame.geoda

convert rgeoda instance to data.frame
azp_greedy

A greedy algorithm to solve the AZP problem
azp_tabu

A tabu algorithm to solve the AZP problem
as.matrix.Weight

spatial weights to matrix
azp_sa

A simulated annealing algorithm to solve the AZP problem
LISA-class

LISA class (Internally Used)
as.geoda

Create an instance of geoda-class from either an 'sf' or 'sp' object
create_weights

Create an empty weights
Weight-class

Weight class (Internally Used)
geoda-class

'geoda' class
distance_weights

Distance-based Spatial Weights