Returns the osmid of the graph node closest (in planar distance) to each
supplied coordinate.
Arguments
- g
An osm_graph.
- x, y
Numeric vectors of coordinates in the graph's CRS.
Examples
g <- example_osm_graph()
ox_nearest_nodes(g, x = 0, y = 0)
#> [1] 1