| a5_uncompact | R Documentation |
Expands each cell to its descendants at the target resolution.
a5_uncompact(cells, resolution)
cells |
An a5_cell vector. |
resolution |
Integer scalar target resolution (0–30). |
An a5_cell vector of uncompacted cells.
a5_compact()
cell <- a5_lonlat_to_cell(-3.19, 55.95, resolution = 5)
a5_uncompact(cell, resolution = 7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.