getDirectedEdgeOrigin {h3r}R Documentation

Get Directed Edge Origin

Description

Get the origin cell of the unidirectional edge

Usage

getDirectedEdgeOrigin(edge)

Arguments

edge

vector of unidirectional edge H3 indexes

Value

the origin hexagon from the unidirectional edge H3Index.

Examples


getDirectedEdgeOrigin((edge = c("115283473fffffff","16a2a1072b59ffff")))


[Package h3r version 0.1.1 Index]