Get total H3 cells
This function returns total number of H3 cells at a given resolution.
res_count(res = NULL, fast = TRUE)
res |
Integer; Desired H3 resolution. See https://h3geo.org/docs/core-library/restable/ for allowable values and related dimensions. |
fast |
Logical; whether to retieve values from a locally stored table or reclaculate from source. |
Numeric; H3 cell count.
# Return H3 cell count for resolution 8 res_count(res = 8)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.