meuse.alt | R Documentation |
This data set gives a point set with altitudes, digitized from the 1:10,000 topographical map of the Netherlands.
data(meuse.alt)
This data frame contains the following columns:
a numeric vector; x-coordinate (m) in RDM (Dutch topographical map coordinates)
a numeric vector; y-coordinate (m) in RDM (Dutch topographical map coordinates)
altitude in m. above NAP (Dutch zero for sea level)
meuse.all
data(meuse.alt)
library(lattice)
xyplot(y~x, meuse.alt, aspect = "iso")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.