Description Usage Arguments Value Examples
Reproject lat/lon into planar coordinates
1 | reproject_latlon(df, old_crs = 4326, new_crs = 3502)
|
df |
data frame containing latitude and longitude |
returns data frame with latitude and longitude reprojected into EPSG 3502 (central colorado)
1 | reproject_latlon(sales_with_knn, old_crs = 3502, new_crs = 4326)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.