meuse.blocks | R Documentation |
meuse.blocks
is an object of the class
“SpatialPolygonsDataFrame
” that contains the coordinates
of 259 artificially defined (mostly square) blocks obtained by intersecting
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
(spatial variance of
sqrt(dist)
) for each block.
data(meuse.blocks)
The object contains the following slots:
a 259 x 2 data frame contains:
mean Euclidean distance of the blocks from the river, normalized to the interval [0;1].
the (spatial) variance of sqrt(dist)
within the blocks, see Hofer & Papritz (2011).
an object of the class SpatialPolygons
that
contains the coordinates of the 259 blocks, see
SpatialPolygons
.
see SpatialPolygons
.
see SpatialPolygons
.
see SpatialPolygons
.
Christoph Hofer, christoph.hofer@alumni.ethz.ch
Hofer, C. and Papritz, A. (2011). constrainedKriging: an R-package for customary, constrained and covariance-matching constrained point or block Kriging. Computers & Geosciences. 37, 1562–1569, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.cageo.2011.02.009")}.
preCKrige and CKrige
data(meuse.blocks)
summary(meuse.blocks)
### show the shape of the 259 blocks
plot(meuse.blocks)
### plot maps of the covariate dist and attribute M
spplot(meuse.blocks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.