childPosToCell | R Documentation |
Returns the child cell at a given position within an ordered list of all children of parent at the specified resolution childRes.
childPosToCell(childPos, cell, childRes)
childPos |
the position of the child cell |
cell |
vector of H3 cells |
childRes |
integer vector specifying the child resolution for each
|
the position of the child cell
childPosToCell(
childPos = c(42, 41)
, cell = c("85283473fffffff","85283473fffffff")
, childRes = c(7L, 7L)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.