Learn R Programming

GEOmap (version 2.1)

LLlabel: 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

Value

  • character string

Details

creates text labels with minutes and seconds if needed.

See Also

niceLLtix

Examples

Run this code
DD = -13.12345

k = LLlabel(DD)

Run the code above in your browser using DataLab