summary.Weight: Summary of Spatial Weights

Description Usage Arguments Value Examples

View source: R/weights.R

Description

Override the summary() function for spatial weights

Usage

1
2
## S3 method for class 'Weight'
summary(object, ...)

Arguments

object

A Weight object

...

summary optional parameters

Value

A summary description of Weight object

Examples

1
2
3
4
5
6
7
## Not run: 
guerry_path <- system.file("extdata", "Guerry.shp", package = "rgeoda")
guerry <- geoda_open(guerry_path)
queen_w <- queen_weights(guerry)
summary(queen_w)

## End(Not run)

lixun910/rgeoda documentation built on March 19, 2021, 3:49 p.m.