jura {gstat}R Documentation

Jura data set

Description

This is the data set that comes with the Goovaerts book on Geostatistics; it contains three data.frames: prediction.dat, validation.dat and transect.dat.

Usage

data(jura)

Format

This data frame contains the following columns:

Xloc
see book
Yloc
see book
Landuse
see book
Rock
see book
Cd
see book
Co
see book
Cr
see book
Cu
see book
Ni
see book
Pb
see book
Zn
see book

Note

This data set was obtained from http://home.comcast.net/~goovaerts/book.html

References

Goovaerts, P. 1997. Geostatistics for Natural Resources Evaluation. Oxford Univ. Press, New-York, 483 p. Appendix C describes the Jura data set.

Examples

data(jura)
summary(prediction.dat)
summary(validation.dat)
summary(transect.dat)

[Package gstat version 0.9-21 Index]