LLlabel {GEOmap} | R Documentation |
Create a text string for Lat-Lons
LLlabel(DD, dir = 1, ksec = -1)
DD |
Decimal degrees |
dir |
direction, NS or EW |
ksec |
number of decimals for seconds |
creates text labels with minutes and seconds if needed.
character string
Jonathan M. Lees<jonathan.lees@unc.edu>
niceLLtix
DD = -13.12345
k = LLlabel(DD)