data(columb)
data(columb.polys)
columbus
example in the spdep
package, where the original source is given as: Anselin, Luc. 1988. Spatial econometrics: methods and models. Dordrecht: Kluwer Academic, Table 12.1 p. 189.
columb
relates to the districts whose boundaries are coded in columb.polys
.
columb.polys[[i]]
is a 2 column matrix, containing the vertices of the polygons defining the boundary of the ith
district. columb.polys[[2]]
has an artificial hole inserted to illustrate how holes in districts can be spefified. Different polygons defining the boundary of a district are separated by NA rows in columb.polys[[1]]
,
and a polygon enclosed within another is treated as a hole in that region (a hole should never come first).
names(columb.polys)
matches columb$district
(order unimportant).