s256i
From geoR v1.8-1
by Paulo Ribeiro Jr
Simulated Data-Set which Illustrate the Usage of krige.bayes
This is the simulated data-set used in the Technical Report which describes the implementation of the function krige.bayes (see reference below).
- Keywords
- datasets
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
# NOT RUN {
points(s256i, pt.div="quintiles", cex.min=1, cex.max=1)
# }