getIcosahedronFaces | R Documentation |
Find all icosahedron faces intersected by a given H3 index. Faces are represented as integers from 0-19, inclusive. The array is sparse, and empty (no intersection) array values are represented by -1.
getIcosahedronFaces(cell)
cell |
vector of H3 cells |
list of vectors. Each list element corresponds to the input cell
values.
Each vector in a list element gives the faces intersected by the cell
getIcosahedronFaces(cell = c("8cbe63562a54bff","8cbe635631103ff"))
getIcosahedronFaces(cell = cellToParent(c("8cbe63562a54bff" ,"8cbe635631103ff"), c(7L, 7L)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.