gridRingUnsafe {h3r} | R Documentation |
Grid Ring Unsafe
Description
Produces the hollow hexagonal ring centered at origin with sides of length k.
Usage
gridRingUnsafe(cell, k)
Arguments
cell |
vector of H3 cells |
k |
side length |
Value
the indices of the hollow hexagonal ring centered at origin with sides of length k.
Examples
gridRingUnsafe(cell = c("8cbe63562a54bff","85283473fffffff"), k = c(2L, 1L))
[Package h3r version 0.1.1 Index]