powered by
ends(graph, es, names = TRUE)
[.igraph
[[.igraph
adjacent_vertices
are.connected
are_adjacent
ecount
gsize
get.edge.ids
gorder
vcount
head_of
incident_edges
incident
is.directed
is_directed
neighbors
tail_of
g <- make_ring(5) ends(g, E(g))
Run the code above in your browser using DataLab