lonFormat {oce} | R Documentation |
Format a longitude, using "W" for west longitude.
lonFormat(lon, digits = max(6, getOption("digits") - 1))
lon |
longitude in degN east of Greenwich. |
digits |
the number of significant digits to use when printing. |
A character string.
Dan Kelley
latFormat
and latlonFormat
.