are.connected {igraph}R Documentation

Are two vertices adjacent?

Description

[Deprecated]

are.connected() was renamed to are_adjacent() to create a more consistent API.

Usage

are.connected(graph, v1, v2)

Arguments

graph

The graph.

v1

The first vertex, tail in directed graphs.

v2

The second vertex, head in directed graphs.


[Package igraph version 2.0.3 Index]