cellToCenterChild {h3r} | R Documentation |
Provies the center child index contained by cell
at the childRes
resolution
Description
Provies the center child index contained by cell
at the childRes
resolution
Usage
cellToCenterChild(cell, childRes)
Arguments
cell |
vector of H3 cells |
childRes |
integer vector specifying the child resolution for each
|
Value
index of the child cells
Examples
cellToCenterChild(
cell = c("85283473fffffff","85283473fffffff")
, childRes = c(7L, 8L)
)
[Package h3r version 0.1.1 Index]