fixCoords | R Documentation |
converts coordinates from inType to outType (DOES NOT WORK AT THE MOMENT)
fixCoords(lat, long, inType = "WGS84", outType = "NAD83", datetime = NULL)
lat: |
numeric vector, latitude (lat, long, and datetime should be the same length) |
long: |
numeric vector, longitude |
inType: |
character, format that lat and long are in |
outType: |
character, format that you want the coordinates converted to |
datetime: |
POSIXct vector, the datetime when lat and long were recorded (currently unused) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.