formatGPS {utilitiesR}R Documentation

formats an nx2 array with 'lon,lat' to "%.10fE, %.10fS".

Description

formats an nx2 array with 'lon,lat' to "%.10fE, %.10fS".

Usage

  formatGPS(gps, verbose = TRUE)

Arguments

verbose

whether to print the output to screen.

gps

a nx2 matrix with LON then LAT

Value

a single string containing the lon,lat in format "%.10fE, %.10fS", each coordinate separted by a new line.

See Also

Other coordinates: GPS2UTM, UTM2GPS


[Package utilitiesR version 1.8.2 Index]