sp (version 0.9-13)

meuse.grid: Prediction Grid for Meuse Data Set

Description

The meuse.grid data frame has 3103 rows and 2 columns; a grid with 40 m x 40 m spacing that covers the Meuse Study area

Usage

data(meuse.grid)

Arguments

source

http://www.gstat.org/

Details

x and y are in RDM, the Dutch topographical map coordinate system. Roger Bivand projected this to UTM in the R-Grass interface package.

References

See the meuse documentation

Examples

Run this code
data(meuse.grid)
coordinates(meuse.grid) = ~x+y
gridded(meuse.grid) = TRUE
spplot(meuse.grid)

Run the code above in your browser using DataCamp Workspace