Learn R Programming

GEOmap (version 2.5-11)

LLlabel: Nice Lat-Lon Label

Description

Create a text string for Lat-Lons

Usage

LLlabel(DD, dir = 1, ksec = -1)

Value

character string

Arguments

DD

Decimal degrees

dir

direction, NS or EW

ksec

number of decimals for seconds

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

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