Learn R Programming

GEOmap (version 2.5-11)

DATUMinfo: Datum information.

Description

Return a small data base of Datum values for use in UTM projections.

Usage

DATUMinfo()

Arguments

Value

List:

Datum

character name

Equatorial Radius, meters (a)

numeric

Polar Radius, meters (b)

numeric

Flattening (a-b)/a

numeric

Use

character usage

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

The function just return a list with the relavent information.

References

stevedutch.net

See Also

UTM.xy, UTM.ll, setPROJ

Examples

Run this code

h = DATUMinfo()
data.frame(h)

Run the code above in your browser using DataLab