Learn R Programming

rgeoda (version 0.1.1)

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

4,842

Version

0.1.1

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Xun Li

Last Published

February 19th, 2026

Functions in rgeoda (0.1.1)

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
Weight-class

Weight class (Internally Used)
gda_kernel_weights

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

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

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

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

Isolation/Island in Spatial Weights
get_neighbors_weights

Weights values of the neighbors of one observation
kernel_weights

Distance-based Kernel Spatial Weights
lisa_pvalues

Get pseudo-p values of LISA
eb_rates_standardization

Empirical Bayes(EB) Rate Standardization
lisa_num_nbrs

Get numbers of neighbors for all observations
kernel_knn_weights

K-NN Kernel Spatial Weights
lisa_labels

Get cluster labels
lisa_fdr

False Discovery Rate value of local spatial autocorrelation
lisa_bo

Bonferroni bound value of local spatial autocorrelation
get_neighbors

Neighbors of one observation
knn_weights

K-Nearest Neighbors-based Spatial Weights
hinge15_breaks

(Box) Hinge15 Breaks
hinge30_breaks

(Box) Hinge30 Breaks
join_count_ratio

Join Count Ratio
lisa_colors

Get cluster colors
is_symmetric

Symmetry of Weights Matrix
gda_knn_weights

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

Local Join Count Statistics
lisa_clusters

Get local cluster indicators
local_multijoincount

(Multivariate) Colocation Local Join Count Statistics
local_multiquantilelisa

Multivariate Quantile LISA Statistics
local_moran

Local Moran Statistics
median_neighbors

Median Neighbors of Spatial Weights
mean_neighbors

Mean Neighbors of Spatial Weights
local_bimoran

Bivariate Local Moran Statistics
local_geary

Local Geary Statistics
lisa_values

Get LISA values
local_bijoincount

Bivariate Local Join Count Statistics
maxp_greedy

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

Local Getis-Ord's G* Statistics
max_neighbors

Maximum Neighbors of Spatial Weights
min_distthreshold

Minimum Distance Threshold for Distance-based Weights
local_quantilelisa

Quantile LISA Statistics
read_gal

Read a .GAL file
make_spatial

Make Spatial
set_neighbors_with_weights

Set neighbors and weights values of an observation
set_neighbors

Set neighbors of an observation
queen_weights

Queen Contiguity Spatial Weights
p_LISA-class

p_LISA
p_GeoDaWeight-class

p_GeoDaWeight
neighbor_match_test

Local Neighbor Match Test
natural_breaks

Natural Breaks (Jenks)
summary.Weight

Summary of Spatial Weights
local_g

Local Getis-Ord's G Statistics
local_moran_eb

Local Moran with Empirical Bayes(EB) Rate
maxp_tabu

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

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

p_GeoDaTable
update_weights

Update meta data of a spatial weights
p_GeoDa-class

p_GeoDa
local_multigeary

Local Multivariate Geary Statistics
spatial_validation

Spatial Validation
read_gwt

Read a .GWT file
read_swm

Read a .SWM file
schc

Spatially Constrained Hierarchical Clucstering (SCHC)
sp_to_geoda

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

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

Save Spatial Weights
spatial_lag

Spatial Lag
skater

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

Quantile Breaks
rook_weights

Rook Contiguity Spatial Weights
percentile_breaks

Percentile Breaks
redcap

Regionalization with dynamically constrained agglomerative clustering and partitioning
min_neighbors

Minimum Neighbors of Spatial Weights
weights_sparsity

Sparsity of Spatial Weights
stddev_breaks

Standard Deviation Breaks
azp_greedy

A greedy algorithm to solve the AZP problem
LISA-class

LISA class (Internally Used)
distance_weights

Distance-based Spatial Weights
as.matrix.Weight

spatial weights to matrix
as.data.frame.geoda

convert rgeoda instance to data.frame
azp_sa

A simulated annealing algorithm to solve the AZP problem
azp_tabu

A tabu algorithm to solve the AZP problem
create_weights

Create an empty weights
as.geoda

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

(For internally use and test only) Rook Contiguity Spatial Weights
geoda-class

'geoda' class
eb_rates

Empirical Bayes(EB) Rate