uncompactCells | R Documentation |
This function uncompacts the provided set of compacted H3 cell indexes to the specified resolution.
uncompactCells(compactedSet, resolution)
compactedSet |
list of character vectors containing compacted H3 cell indexes |
resolution |
integer specifying the resolution for the uncompacted cells |
a list of character vectors containing the uncompacted H3 cell indexes at the specified resolution
uncompactCells(
compactCells(
gridDisk(
cell = c("85283477fffffff", "85283423fffffff")
, k = c(1L, 2L)
)
)
, res = c(5L, 5L)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.