Learn R Programming

h3r (version 0.1.2)

directedEdgeToCells: Directed Edge To Cells

Description

Get the origin and destination cells of the unidirectional edge

Usage

directedEdgeToCells(edge)

Value

the origin, destination pair of hexagon IDs for the given edge ID

Arguments

edge

vector of unidirectional edge H3 indexes

Examples

Run this code

directedEdgeToCells(edge = c("115283473fffffff","115283471fffffff"))

Run the code above in your browser using DataLab