WCape.alt: Altitudes in Western Cape.

Description Usage Format Source References Examples

Description

Altitudes of terrain in the Western Cape, South Africa.

Usage

1

Format

A data frame with the following elements $x, $y and $z, where $x and $y are longitude and latitude and $z is altitude (in m).

Source

www.ngdc.noaa.gov/mgg/global/

References

Amante, C. and B. W. Eakins, ETOPO1 1 Arc-Minute Global Relief Model: Procedures, Data Sources and Analysis. NOAA Technical Memorandum NESDIS NGDC-24, 19 pp, March 2009.

Examples

1
2
3
4
5
data(WCape.alt)
op = par(no.readonly = TRUE)
par(mfrow = c(1,1))
prep4image(WCape.alt, asp = 1)
par(op)

david-borchers/secrgam documentation built on May 14, 2019, 9:30 p.m.