Learn R Programming

h3r (version 0.1.2)

cellToCenterChild: 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)

Value

index of the child cells

Arguments

cell

vector of H3 cells

childRes

integer vector specifying the child resolution for each cell

Examples

Run this code

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

Run the code above in your browser using DataLab