| a5_cell_to_children | R Documentation |
Returns the child cells of a single cell. By default returns the 4 immediate children (one resolution finer). Optionally target a specific finer resolution.
a5_cell_to_children(cell, resolution = NULL)
cell |
A single a5_cell value. |
resolution |
Integer scalar target child resolution, or |
An a5_cell vector of child cells.
a5_cell_to_parent(), a5_get_resolution()
cell <- a5_lonlat_to_cell(-3.19, 55.95, resolution = 5)
a5_cell_to_children(cell)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.