gridRingUnsafe: Grid Ring Unsafe

View source: R/traversal.R

gridRingUnsafeR 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))


h3r documentation built on April 3, 2025, 10:47 p.m.