elevation {georob}R Documentation

Elevation Data

Description

Surface elevation data taken from Davis (1972).

Usage

data(elevation)

Format

A data frame with 52 observations on the following 3 variables:

x

a numeric vector with the easting coordinate in multiplies of 50 feet.

y

a numeric vector with the northing coordinate in multiplies of 50 feet..

height

a numeric vector with the elevation in multiples of 10 feet.

Note

The data were imported from the package geoR.

Source

Davis, J.C. (1973) Statistics and Data Analysis in Geology, Wiley, New York.

Examples

data(elevation)
summary(elevation)

[Package georob version 0.3-19 Index]