Learn R Programming

constrainedKriging (version 0.1.0)

meuse.blocks: Meuse block

Description

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.

Usage

data(meuse.blocks)

Arguments

See Also

preCKrige and CKrige

Examples

Run this code
data(meuse.blocks)
summary(meuse.blocks)
### show the shape of the 259 blocks
plot(meuse.blocks)
### plot maps of the covariate \code{dist} and attribute \code{M}
spplot(meuse.blocks)

Run the code above in your browser using DataLab