summary.Weight: Summary of Spatial Weights

View source: R/weights.R

summary.WeightR Documentation

Summary of Spatial Weights

Description

Override the summary() function for spatial weights

Usage

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

Arguments

object

A Weight object

...

summary optional parameters

Value

A summary description of an instance of Weight-class

Examples

## Not run: 
library(sf)
guerry_path <- system.file("extdata", "Guerry.shp", package = "rgeoda")
guerry <- st_read(guerry_path)
queen_w <- queen_weights(guerry)
summary(queen_w)

## End(Not run)

GeoDaCenter/rgeoda documentation built on Dec. 20, 2024, 11:18 p.m.