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