R/structure.info.R
are.connected.Rd
are.connected() was renamed to are_adjacent() to create a more consistent API.
are.connected()
are_adjacent()
are.connected(graph, v1, v2)
The graph.
The first vertex, tail in directed graphs.
The second vertex, head in directed graphs.