originToDirectedEdges {h3r}R Documentation

Origin To Directed Edges

Description

Get all of the directed edges from an origin

Usage

originToDirectedEdges(origin)

Arguments

origin

vector of origin H3 cell indexes

Value

a vector for each origin with all of the directed edges from the current H3Index

Examples


originToDirectedEdges(origin = c("85283473fffffff","8cbe635631103ff"))


[Package h3r version 0.1.1 Index]