View source: R/info_utilities.R
res_cendist | R Documentation |
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)
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 retrieve values from a locally stored table or recalculate from source. |
Numeric; H3 cell center separation distance.
This isn't in the core library but may be useful.
# Return average H3 cell separation distance at each resolution in kilometers res_cendist(res = seq(0, 15), units = 'km')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.