Learn R Programming

h3r (version 0.1.2)

cellToLatLng: Cell To Lat Lon

Description

Finds the center of the cell in grid space

Usage

cellToLatLng(cell)

Value

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

Arguments

cell

vector of H3 cells

Examples

Run this code

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

Run the code above in your browser using DataLab