cell_to_children_size | R Documentation |
Get the number of children for a cell at a given resolution.
cell_to_children_size(h3_address = NULL, child_res = NULL, simple = TRUE)
h3_address |
Character; 15-character index generated by H3. |
child_res |
numeric; child resolution to report on. |
simple |
Logical; whether to return a vector or a data frame containing both inputs and outputs. |
numeric; number of children at the requested resolution
# example address has resolution 7: cell_to_children_size('872830b82ffffff', c(8,9,10,11), simple = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.