vertexToLatLng {h3r}R Documentation

Vertex To Lat Lng

Description

Returns the latitude and longitude of the given vertex

Usage

vertexToLatLng(vertex)

Arguments

vertex

H3 Vertex index

Value

data.frame of the lat/lng coordinates of the input vertex

Examples


vertices <- cellToVertex(
  cell = c(rep("8cbe63562a54bff", 6))
  , vertexNum = c(0L:5L)
  )

vertexToLatLng(vertex = vertices)



[Package h3r version 0.1.1 Index]