| a5_grid_disk | R Documentation |
Returns all cells reachable within k edge hops of a centre cell,
including the centre cell itself.
a5_grid_disk(cell, k, vertex = FALSE)
cell |
A single a5_cell value. |
k |
Integer scalar, number of hops. |
vertex |
Logical scalar. If |
A compacted a5_cell vector.
a5_spherical_cap() for distance-based selection.
cell <- a5_lonlat_to_cell(-3.19, 55.95, resolution = 8)
a5_grid_disk(cell, k = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.