cellToLatLng: Cell To Lat Lon

View source: R/indexing.R

cellToLatLngR Documentation

Cell To Lat Lon

Description

Finds the center of the cell in grid space

Usage

cellToLatLng(cell)

Arguments

cell

vector of H3 cells

Value

a list of two vectors, lat and lng, each the same length as cell, giving the center of cell

Examples


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


h3r documentation built on April 3, 2025, 10:47 p.m.