powered by
This function calculates the exact length of an H3 cell edge.
edge_length(h3_edge = NULL, units = c("m", "km", "rads"), simple = TRUE)
By default, a numeric vector of length(h3_address).
Character; address of unidirectional edge.
Length unit to report in. Options are meters, kilometers, or radians.
Logical; whether to return a vector of outputs or a data frame containing both inputs and outputs.
edge_length(h3_edge = '166be8d12fffffff', 'm')
Run the code above in your browser using DataLab