| a5_spherical_cap | R Documentation |
Returns all cells whose centres fall within a great-circle distance of a given cell's centre.
a5_spherical_cap(cell, radius)
cell |
A single a5_cell value. |
radius |
Numeric scalar, great-circle radius in metres. |
A compacted a5_cell vector.
a5_grid_disk() for hop-based selection.
cell <- a5_lonlat_to_cell(-3.19, 55.95, resolution = 8)
a5_spherical_cap(cell, radius = 1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.