Skip to contents

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"))
#> [1] "85283477fffffff" "8a2a1072b597fff"