Format a latitude-longitude pair, using "S" for negative latitudes, etc.
latlonFormat(lat, lon, digits = max(6, getOption("digits") - 1))
A character string.
latitude in
longitude in
the number of significant digits to use when printing.
Dan Kelley
latFormat()
and lonFormat()
.