s256i {geoR} | R Documentation |
Simulated Data-Set which Illustrate the Usage of krige.bayes
Description
This is the simulated data-set used in the Technical Report which describes the implementation of the function krige.bayes (see reference below).
Usage
data(s256i)
Format
Two objects of the class
geodata
. Both are lists
with the following components:
coords
the coordinates of data locations.
data
the simulated data.
References
Ribeiro Jr, P.J. and Diggle, P.J. (1999) Bayesian inference in Gaussian model-based geostatistics. Technical report ST-99-08, Dept of Maths and Stats, Lancaster University.
Further information about the geoR package can be found at:
http://www.leg.ufpr.br/geoR/.
Examples
points(s256i, pt.div="quintiles", cex.min=1, cex.max=1)
[Package geoR version 1.9-4 Index]