get.adjedgelist {igraph} | R Documentation |
Adjacency lists
Description
get.adjedgelist()
was renamed to as_adj_edge_list()
to create a more
consistent API.
Usage
get.adjedgelist(
graph,
mode = c("all", "out", "in", "total"),
loops = c("twice", "once", "ignore")
)
Arguments
graph |
The input graph. |
mode |
Character scalar, it gives what kind of adjacent edges/vertices
to include in the lists. ‘ |
loops |
Character scalar, one of |
[Package igraph version 2.0.3 Index]