cellToVertexes {h3r}R Documentation

Cell To Vertexes

Description

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

Usage

cellToVertexes(cell)

Arguments

cell

vector of H3 cells

Value

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.

Examples


cellToVertexes(cell = c("8cbe63562a54bff", "8cbe635631103ff") )



[Package h3r version 0.1.1 Index]