getHexagonEdgeLengthAvgM {h3r}R Documentation

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

Description

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


[Package h3r version 0.1.1 Index]