getNumCells {h3r}R Documentation

Get the number of unique H3 indexes at the given resolution.

Description

Get the number of unique H3 indexes at the given resolution.

Usage

getNumCells(resolution)

Arguments

resolution

cell resolution

Value

the number of unique H3 indexes at the given resolution

Examples


getNumCells(resolution = c(12L,10L))


[Package h3r version 0.1.1 Index]