cellToLatLng {h3r} | R Documentation |
Finds the center of the cell in grid space
cellToLatLng(cell)
cell |
vector of H3 cells |
a list of two vectors, lat
and lng
, each the same length as
cell
, giving the center of cell
cellToLatLng(cell = c("8cbe63562a54bff","8cbe635631103ff"))