R/h3api.R
h3_uncompact.Rd
Uncompact a compacted set of hexagons to hexagons of the same resolution
h3_uncompact(compactedSet, res)
Array.<H3Index> H3 indexes to uncompact
Array.<H3Index>
Number The resolution to uncompact to
Number
Array.<H3Index> - The uncompacted H3 indexes
Throws Error If the input is invalid (e.g. invalid resolution)
Error