Incident vertices of some graph edges
Arguments
- graph
The input graph
- es
The sequence of edges to query
- names
Whether to return vertex names or numeric vertex ids. By default vertex names are used.
See also
Other structural queries:
[.igraph(),
[[.igraph(),
adjacent_vertices(),
are_adjacent(),
get.edge.ids(),
gorder(),
gsize(),
head_of(),
incident(),
incident_edges(),
is_directed(),
neighbors(),
tail_of()