lat.format {oce} | R Documentation |
Format a latitude, using "S" for negative latitude.
lat.format(lat, digits=max(6, getOption("digits") - 1))
lat |
latitude in degN north of the equator. |
digits |
the number of significant digits to use when printing. |
A character string.
Dan Kelley
lon.format
and latlon.format
.