utm_dd | R Documentation |
Convert zone+utm pairs to lat/long. Can take either a single zone + utm, or a data frame with many. Allows for datasets with different zones and datum for each utm.
utm_dd(zone = NULL, easting = NULL, northing = NULL,
datum = "NAD83", data = NULL, key = NULL)
zone |
Integer, or column name in 'data' |
easting |
Integer, or column name in 'data' |
northing |
Integer, or column name in 'data' |
datum |
String or column name in 'data'. Default 'NAD83' |
data |
(Optional) A data frame with zone + utms |
key |
Name of column in 'data' that contains a unique identifier for each row |
Either a vector of length 2 with longitude and latitude respectively, or a dataframe with the 'key' column and longitude and latitude.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.