50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

rgeoda (version 0.0.6)

summary.Weight: Summary of Spatial Weights

Description

Override the summary() function for spatial weights

Usage

# S3 method for Weight
summary(object, ...)

Arguments

object

A Weight object

...

summary optional parameters

Value

A summary description of an instance of Weight-class

Examples

Run this code
# NOT RUN {
guerry_path <- system.file("extdata", "Guerry.shp", package = "rgeoda")
guerry <- geoda_open(guerry_path)
queen_w <- queen_weights(guerry)
summary(queen_w)
# }

Run the code above in your browser using DataLab