View source: R/direcetedEdges.R
areNeighborCells | R Documentation |
Returns whether or not the provided H3 cell indexes are neighbors
areNeighborCells(origin, destination)
origin |
vector of origin H3 cell indexes |
destination |
vector of destination H3 cell indexes |
1 if the indexes are neighbors, 0 otherwise.
areNeighborCells(
origin = c("85283473fffffff","85283473fffffff")
, destination = c("85283471fffffff","85283477fffffff")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.