Skip to contents

Get the average hexagon edge length in meters at the given resolution. Excludes pentagons.

Usage

getHexagonEdgeLengthAvgM(resolution)

Arguments

resolution

cell resolution

Value

Average hexagon edge length in meters at the given resolution. Excludes pentagons.

Examples


getHexagonEdgeLengthAvgM(resolution = c(12L,10L))
#> [1] 10.83019 75.86378