getHexagonEdgeLengthAvgKm {h3r}R Documentation

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

Description

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

Usage

getHexagonEdgeLengthAvgKm(resolution)

Arguments

resolution

cell resolution

Value

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

Examples


getHexagonEdgeLengthAvgKm(resolution = c(12L,10L))


[Package h3r version 0.1.1 Index]