cellToChildPos | R Documentation |
Returns the position of the child cell within an ordered list of all children of the cell's parent at the specified resolution parentRes.
cellToChildPos(cell, parentRes)
cell |
vector of H3 cells |
parentRes |
integer vector specifying the parent resolution for
each |
the position of the child cell
cellToChildPos(
cell = c("8cbe63562a54bff","8cbe635631103ff")
, parentRes = c(1L, 2L)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.