s100 and s121 | 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
the coordinates of data locations.
data
the simulated data. Notice that for s121
this a 121 \times 10
matrix with 10 simulations.
cov.model
the correlation model.
nugget
the values of the nugget parameter.
cov.pars
the covariance parameters.
kappa
the value of the parameter kappa.
lambda
the value of the parameter 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.