H3 edge length (exact)
This function calculates the exact length of an H3 edge.
edge_length(h3_address = NULL, units = c("m", "km", "rads"), simple = TRUE)
h3_address |
Character; 16-character index generated by H3. |
units |
Length unit to report in, either meters or kilometers. |
simple |
Logical; whether to return a vector of outputs or a data frame containing both inputs and outputs. |
By default, a numeric vector of length(h3_address).
edge_length(h3_address = '166be8d12fffffff', 'm')
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.