wo | R Documentation |
Data used in Chapter 8, page 156 of Webster and Oliver (2001) to illustrate properties of the kriging predictor.
data(wo)
An object of the class geodata
which is a list with the elements:
coordinates of the data location.
the data vector.
coordinate of the centrally located prediction point.
coordinate of the off-centre prediction point.
Webster, R. and Oliver, M.A. (2001). Geostatistics for Environmental Scientists. Wiley.
attach(wo)
par(mfrow=c(1,2))
plot(c(-10,130), c(-10,130), ty="n", asp=1)
points(rbind(coords, x1))
text(coords[,1], 5+coords[,2], format(data))
text(x1[1]+5, x1[2]+5, "?", col=2)
plot(c(-10,130), c(-10,130), ty="n", asp=1)
points(rbind(coords, x2))
text(coords[,1], 5+coords[,2], format(data))
text(x2[1]+5, x2[2]+5, "?", col=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.