powered by
Returns whether or not the provided H3 cell indexes are neighbors
areNeighborCells(origin, destination)
1 if the indexes are neighbors, 0 otherwise.
vector of origin H3 cell indexes
vector of destination H3 cell indexes
areNeighborCells( origin = c("85283473fffffff","85283473fffffff") , destination = c("85283471fffffff","85283477fffffff") )
Run the code above in your browser using DataLab