LLlabel {GEOmap} | R Documentation |
Nice Lat-Lon Label
Description
Create a text string for Lat-Lons
Usage
LLlabel(DD, dir = 1, ksec = -1)
Arguments
DD |
Decimal degrees |
dir |
direction, NS or EW |
ksec |
number of decimals for seconds |
Details
creates text labels with minutes and seconds if needed.
Value
character string
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
niceLLtix
Examples
DD = -13.12345
k = LLlabel(DD)
[Package GEOmap version 2.5-11 Index]