isResClassIII | R Documentation |
Returns non-zero if this index has a resolution with Class III orientation.
isResClassIII(cell)
cell |
vector of H3 cells |
a vector the same length as cell
indicating if the cell is Class II
isResClassIII(cell = c("8cbe63562a54bff","8cbe635631103ff"))
hex8 <- "88bf4ac0cdfffff"
hex9 <- "89bf4ac0cd7ffff"
hex10 <- "8abf4ac0cd67fff"
isResClassIII(cell = c(hex8, hex9, hex10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.