cellToCenterChild: Provies the center child index contained by 'cell' at the...

View source: R/hierarchy.R

cellToCenterChildR 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 cell

Value

index of the child cells

Examples


cellToCenterChild(
  cell = c("85283473fffffff","85283473fffffff")
  , childRes = c(7L, 8L)
 )


h3r documentation built on April 3, 2025, 10:47 p.m.