| s100 and s121 {geoR} | R Documentation |
Simulated Data-Sets which Illustrate the Usage of the Package geoR
Description
These two simulated data sets are the ones used in the Technical Report which describes the package geoR (see reference below). These data-sets are used in several examples throughout the package documentation.
Usage
data(s100)
data(s121)
Format
Two objects of the class geodata. Both are lists
with the following components:
coordsthe coordinates of data locations.
datathe simulated data. Notice that for
s121this a121 \times 10matrix with 10 simulations.cov.modelthe correlation model.
nuggetthe values of the nugget parameter.
cov.parsthe covariance parameters.
kappathe value of the parameter kappa.
lambdathe value of the parameter lambda.
References
Ribeiro Jr, P.J. and Diggle, P.J. (1999) geoS: A geostatistical library for S-PLUS. Technical report ST-99-09, Dept of Maths and Stats, Lancaster University.
Further information on the package geoR can be found at:
http://www.leg.ufpr.br/geoR/.
Examples
plot(s100)
plot(s121, type="l")