View source: R/avdth_position_conversion.R
avdth_position_conversion | R Documentation |
Convert position format in AVDTH to decimal format.
avdth_position_conversion(data, latitude, longitude, quadrant)
data |
data.frame expected. A R data frame. |
latitude |
character expected. Column name of latitude data. |
longitude |
character expected. Column name of longitude data. |
quadrant |
character expected. Column name of quadrant data. |
This function add two column to the input data frame, longitude_dec and latitude_dec, with longitude and latitude data in decimal format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.