getHexagonAreaAvgM2 {h3r} | R Documentation |
Get the average hexagon area in square meters at the given resolution. Excludes pentagons.
Description
Get the average hexagon area in square meters at the given resolution. Excludes pentagons.
Usage
getHexagonAreaAvgM2(resolution)
Arguments
resolution |
cell resolution |
Value
Average hexagon area in square meters at the given resolution. Excludes pentagons.
Examples
getHexagonAreaAvgM2(resolution = c(12L,10L))
[Package h3r version 0.1.1 Index]