gstat (version 2.0-2)

sic97: Spatial Interpolation Comparison 1997 data set: Swiss Rainfall

Description

The text below is copied from the data item at ai-geostats, https://wiki.52north.org/bin/view/AI_GEOSTATS/WebHome

Usage

data(sic97) #

Arguments

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

References

https://wiki.52north.org/bin/view/AI_GEOSTATS/WebHome

Examples

Run this code
# NOT RUN {
data(sic97) 
image(demstd)
points(sic_full, pch=1)
points(sic_obs, pch=3)
# }

Run the code above in your browser using DataCamp Workspace