Learn R Programming

spdep (version 0.1-10)

summary.nb: Summary function for neighbours lists

Description

The function prints summary measures for links in a neighbours list. If a matrix of coordinates is given as well, summary descriptive measures for the link lengths are also printed.

Usage

summary.nb(object, coords=NULL, ...)

Arguments

object
an object of class nb
coords
matrix of region point coordinates
...
additional arguments affecting the summary produced

See Also

plot.nb

Examples

Run this code
data(columbus)
summary(col.gal.nb, coords)

Run the code above in your browser using DataLab