s100 and s121 {geoR} | R Documentation |
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.
data(s100) data(s121)
Two objects of the class
geodata
. Both are lists
with the following components:
coords
data
s121
this a 101x10 matrix with 10 simulations. cov.model
nugget
cov.pars
kappa
lambda
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.
plot(s100) plot(s121, type="l")