powered by
incident
incident_edges(graph, v, mode = c("out", "in", "all", "total"))
[.igraph
[[.igraph
adjacent_vertices
are.connected
are_adjacent
ecount
gsize
ends
get.edge
get.edges
get.edge.ids
gorder
vcount
head_of
is.directed
is_directed
neighbors
tail_of
g <- make_graph("Zachary") incident_edges(g, c(1, 34))
Run the code above in your browser using DataLab