card {spdep} | R Documentation |
The function tallies the numbers of neighbours of regions in the neighbours list.
card(nb)
nb |
a neighbours list object of class nb |
An integer vector of the numbers of neighbours of regions in the neighbours list.
Roger Bivand Roger.Bivand@nhh.no
data(columbus) table(card(col.gal.nb))