shift_coord | R Documentation |
Shift coordinates to nearest within a set of provided locations
shift_coord(org_coords, valid_coords)
org_coords |
A two column dataframe containing the X and Y coordinates to be shifted. Must be [X,Y] order. |
valid_coords |
A two column dataframe containing the X,Y coordinates used to reference. |
A two column dataframe (or matrix) with the updated X,Y coordinates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.