Description Usage Format Source References Examples
Data from the SIC-97 project: Spatial Interpolation Comparison.
1 |
Four objects of the class "geodata":
sic.all, sic.100, sic.367, sic.some.
Each is a list with two components:
coordsthe coordinates of the data locations. The distance are given in kilometers.
datarainfall values. The unit is milimeters.
altitudeelevation values. The unit is milimeters.
Additionally an matrix sic.borders with the borders of the country.
Data from the project Spatial Interpolation Comparison 97; see https://wiki.52north.org/bin/view/AI_GEOSTATS/EventsSIC97.
Christensen, O.F., Diggle, P.J. and Ribeiro Jr, P.J. (2001) Analysing positive-valued spatial data: the transformed Gaussian model. In Monestiez, P., Allard, D. and Froidevaux (eds), GeoENV III - Geostatistics for environmental applications. Quantitative Geology and Geostatistics, Kluwer Series, 11, 287–298.
1 2 | points(sic.100, borders=sic.borders)
points(sic.all, borders=sic.borders)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.