directedEdgeToCells {h3r} | R Documentation |
Directed Edge To Cells
Description
Get the origin and destination cells of the unidirectional edge
Usage
directedEdgeToCells(edge)
Arguments
edge |
vector of unidirectional edge H3 indexes |
Value
the origin, destination pair of hexagon IDs for the given edge ID
Examples
directedEdgeToCells(edge = c("115283473fffffff","115283471fffffff"))
[Package h3r version 0.1.1 Index]