Get H3 cell edge length
This function returns the average edge length of an H3 cell edge at a given resolution.
res_length(res = NULL, units = c("m", "km"), fast = TRUE)
res |
Integer; Desired H3 resolution. See https://h3geo.org/docs/core-library/restable/ for allowable values and related dimensions. |
units |
Length unit to report in, either meters or kilometers. |
fast |
Logical; whether to retieve values from a locally stored table or reclaculate from source. |
Numeric; H3 cell edge length
This value is also the hexagon circumradius.
# Return average H3 cell edge length at each resolution in kilometers res_length(res = seq(0, 15), units = 'km')
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.