get_h3_unidirectional_edges_from_hexagon: Get all of the unidirectional edges from the given H3 index.

View source: R/h3_uniedge.R

get_h3_unidirectional_edges_from_hexagonR Documentation

Get all of the unidirectional edges from the given H3 index.

Description

Get all of the unidirectional edges from the given H3 index.

Usage

get_h3_unidirectional_edges_from_hexagon(h3_index)

Arguments

h3_index

character scalar; H3 index

Examples

edges <- road_safety_greater_manchester[1, ] %>%
  geo_to_h3() %>%
  get_h3_unidirectional_edges_from_hexagon()

h3_unidirectional_edge_is_valid(edges)

crazycapivara/h3-r documentation built on Aug. 10, 2022, 1:17 p.m.