powered by
This function returns the average distance between the center of H3 cells at a given resolution.
res_cendist(res = NULL, units = c("m", "km"), fast = TRUE)
Numeric; H3 cell center separation distance.
Integer; Desired H3 resolution. See https://h3geo.org/docs/core-library/restable/ for allowable values and related dimensions.
Length unit to report in, either meters or kilometers.
Logical; whether to retrieve values from a locally stored table or recalculate from source.
# Return average H3 cell separation distance at each resolution in kilometers res_cendist(res = seq(0, 15), units = 'km')
Run the code above in your browser using DataLab