getDirectedEdgeDestination {h3r}R Documentation

Get Directed Edge Destination

Description

Get the destination cell of the unidirectional edge

Usage

getDirectedEdgeDestination(edge)

Arguments

edge

vector of unidirectional edge H3 indexes

Value

the destination hexagon from the unidirectional edge H3Index.

Examples


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


[Package h3r version 0.1.1 Index]