latlon.format {oce} | R Documentation |
Format a latitude-longitude pair, using "S" for negative latitudes, etc.
latlon.format(lat, lon)
lat |
latitude in degN north of the equator. |
lon |
longitude in degN east of Greenwich. |
A character string.
Dan Kelley
lat.format
and lon.format
.