grid_convert | R Documentation |
Convert the grid size of grid objects
grid_convert(grid, grid_size)
grid |
A |
grid_size |
A grid size. |
A grid
vector.
grid_500m <- parse_grid(c("533945263", "533935863", "533945764"), "500m")
grid_convert(grid_500m, "10km")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.