meuse.blocks is an object of the class
SpatialPolygonsDataFrame that contains the coordinates of 259
artificially defined by putting a grid with 150 m mesh width over the the
flood plain area of the river Meuse, near the village Stein. The 259 x 2
data frame contains the covariate dist
and the attribute M for each block.
data(meuse.blocks)
summary(meuse.blocks)
### show the shape of the 259 blocksplot(meuse.blocks)
### plot maps of the covariate \code{dist} and attribute \code{M}spplot(meuse.blocks)