Description Usage Arguments Value Author(s) See Also Examples
View source: R/21-latLongPrep.R
This method converts angular measurements from degree, minute, second, direction notation to decimal notation.
| 1 | hzar.map.dms2deg(deg, min, sec, dir)
 | 
| deg | The degrees of the angular measurement. | 
| min | The minutes of the angular measurement. | 
| sec | The seconds of the angular measurement. | 
| dir | A character vector indicating the direction of the angular
measurement. 
The case insensitive values  | 
A numeric vector of angular measurements.
Graham Derryberry asterion@alum.mit.edu
hzar.map.latLong.dms
hzar.map.latLongSites.dms
| 1 2 3 | hzar.map.dms2deg(9,24,0,"N")
hzar.map.dms2deg(82,33,50,"W")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.