Description Usage Arguments Value Examples
Reprojects coordinates to tbe preferred coordinate system of Google Maps. Removes all NA, but keep row index number for reference.
1 | reproj(x, y, crs)
|
x |
a vector of x - coordinates |
y |
a vector of y - coordinates |
crs |
coordinate system (before reproject) |
df |
data frame with coordinates |
A data frame with coordinates in Google Maps preferred format
1 | reproj(x = 317105, y = 6776765, crs = "+proj=utm +zone=32N +datum=WGS84")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.