latlonFormat | R Documentation |
Format a latitude-longitude pair, using "S" for negative latitudes, etc.
latlonFormat(lat, lon, digits = max(6, getOption("digits") - 1))
lat |
latitude in |
lon |
longitude in |
digits |
the number of significant digits to use when printing. |
A character string.
Dan Kelley
latFormat()
and lonFormat()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.