Description Usage Arguments Value Author(s) See Also Examples
Finds indices for coordinates that are in decimal degrees in a dataframe
1 | finddecimals(dat, x = "x", y = "y")
|
dat |
A dataframe containing latitude and longitude coordinates in separate columns |
x |
the name of the column containing the x-coordinate (longitude) |
y |
the name of the column containing the y-coordinate (latitude) |
index
Mark Robertson and Vernon Visser
dmsparse
1 | finddecimals(places,x='long',y='lat')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.