Returns, for each supplied coordinate, the graph edge closest in planar distance.
Arguments
- g
An osm_graph.
- x, y
Numeric vectors of coordinates in the graph's CRS.
Examples
g <- example_osm_graph()
ox_nearest_edges(g, x = 50, y = 0)
#> Simple feature collection with 1 feature and 6 fields
#> Geometry type: LINESTRING
#> Dimension: XY
#> Bounding box: xmin: 0 ymin: 0 xmax: 100 ymax: 0
#> Projected CRS: WGS 84 / Pseudo-Mercator
#> u v osmid highway oneway geometry length
#> 25 5 1 25 residential FALSE LINESTRING (100 0, 0 0) 100