cellToVertexes | R Documentation |
Returns the indexes for all vertices of the given cell
. The
Output will have a 0 in the result if the input cell
is a pentagon
cellToVertexes(cell)
cell |
vector of H3 cells |
list of vectors giving the vertices of each cell.
Each list element corresponds to the cell index given in the cell
argument,
and each element of the vector are the cell vertexes.
cellToVertexes(cell = c("8cbe63562a54bff", "8cbe635631103ff") )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.