Learn R Programming

geostatsp (version 0.4.4)

swissRain: Swiss rainfall data

Description

Data from the SIC-97 project: Spatial Interpolation Comparison.

Usage

data(swissRain)

Arguments

format

swissRain is a SpatialPolygonsDataFrame of the sic.100 data, with data column rain being the rainfall values in millimetres. swissAltitude is a raster of elevation data

source

ftp://ftp.geog.uwo.ca/SIC97 and http://srtm.csi.cgiar.org

Examples

Run this code
data(swissRain)
plot(swissAltitude)
points(swissRain)
plot(swissBorder, add=TRUE)

Run the code above in your browser using DataLab