localIjToCell | R Documentation |
Produces an H3 index from local IJ coordinates anchored by an origin.
localIjToCell(origin, i, j)
origin |
vector of anchor cell |
i |
vector of local I coordinate |
j |
vector of local I coordinate |
cell vector of H3 cells
localIjToCell(
origin = c("85283473fffffff","85283473fffffff")
, i = c(1L, 2L)
, j = c(2L, 1L)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.