Skip to contents

Returns non-zero if this index has a resolution with Class III orientation.

Usage

isResClassIII(cell)

Arguments

cell

vector of H3 cells

Value

a vector the same length as cell indicating if the cell is Class II

Examples


isResClassIII(cell = c("8cbe63562a54bff","8cbe635631103ff"))
#> [1] 0 0

hex8 <- "88bf4ac0cdfffff"
hex9 <- "89bf4ac0cd7ffff"
hex10 <- "8abf4ac0cd67fff"
isResClassIII(cell = c(hex8, hex9, hex10))
#> [1] 0 1 0