Learn R Programming

rgeoda (version 0.1.0)

summary.Weight: Summary of Spatial Weights

Description

Override the summary() function for spatial weights

Usage

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

Value

A summary description of an instance of Weight-class

Arguments

object

A Weight object

...

summary optional parameters

Examples

Run this code
if (FALSE) {
library(sf)
guerry_path <- system.file("extdata", "Guerry.shp", package = "rgeoda")
guerry <- st_read(guerry_path)
queen_w <- queen_weights(guerry)
summary(queen_w)
}

Run the code above in your browser using DataLab