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