meuse.alt: Meuse river altitude data set

Description Usage Format References See Also Examples

Description

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

Usage

1

Format

This data frame contains the following columns:

x

a numeric vector; x-coordinate (m) in RDM (Dutch topographical map coordinates)

y

a numeric vector; y-coordinate (m) in RDM (Dutch topographical map coordinates)

alt

altitude in m. above NAP (Dutch zero for sea level)

References

http://www.gstat.org/

See Also

meuse.all

Examples

1
2
3
data(meuse.alt)
library(lattice)
xyplot(y~x, meuse.alt, aspect = "iso")

gstat documentation built on May 2, 2019, 4:59 p.m.