Learn R Programming

gstat (version 0.9-22)

meuse.alt: Meuse river altitude data set

Description

This data set gives a point set with altitudes, digitized from the 1:10,000 topographical map of the Netherlands.

Usage

data(meuse.alt)

Arguments

References

http:/www.gstat.org/

See Also

meuse

Examples

Run this code
data(meuse.alt)
library(lattice)
xyplot(y~x, meuse.alt, aspect = "iso")

Run the code above in your browser using DataLab