View source: R/direcetedEdges.R
cellsToDirectedEdge | R Documentation |
Returns a unidirectional edge H3 index based on the provided origin and destination.
cellsToDirectedEdge(origin, destination)
origin |
vector of origin H3 cell indexes |
destination |
vector of destination H3 cell indexes |
a unidirectional edge H3 index based on the provided origin and destination.
cellsToDirectedEdge(
origin = c("85283471fffffff","85283473fffffff")
, destination = c("85283475fffffff","85283477fffffff")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.