R/misc.R
latlonFormat.Rd
Format a latitude-longitude pair, using "S" for negative latitudes, etc.
latlonFormat(lat, lon, digits = max(6, getOption("digits") - 1))
latitude in \(^\circ\)N north of the equator.
longitude in \(^\circ\)N east of Greenwich.
the number of significant digits to use when printing.
A character string.
latFormat() and lonFormat().
latFormat()
lonFormat()
Dan Kelley