sic97 {gstat}R Documentation

Spatial Interpolation Comparison 1997 data set: Swiss Rainfall

Description

The text below is copied from the data item at http://www.ai-geostats.org/

Usage

data(sic97) # 

Format

The data frames contain the following columns:

ID
this integer value is the number (unique value) of the monitoring station
rainfall
rainfall amount, in 10th of mm

Note

See the pdf that accompanies the original file for a description of the data. The .dxf file with the Swiss border is not included here.

Author(s)

Gregoire Dubois and others.

References

http:/www.ai-geostats.org/,

Examples

data(sic97) 
image(demstd)
points(sic_full, pch=1)
points(sic_obs, pch=3)

[Package gstat version 0.9-66 Index]