View source: R/latlon_to_grid.R
latlon_to_grid | R Documentation |
latlon_to_grid(lat, lon, length) converts geographical coordinates to ATPOL grid of given length
latlon_to_grid(lat, lon, length)
lat |
Latitude in degrees, ex. 51.123456 |
lon |
Longitude in degrees, ex. 17.234567 |
length |
Desired ATPOL grid length, which can be 2, 4, 6, 8, 10 or 12, |
grid, ex. BE, BE23, BE2357, etc.
latlon_to_grid(51, 17, 2) latlon_to_grid(51, 17, 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.