get.adjlist | R Documentation |
get.adjlist()
was renamed to as_adj_list()
to create a more
consistent API.
get.adjlist(
graph,
mode = c("all", "out", "in", "total"),
loops = c("twice", "once", "ignore"),
multiple = TRUE
)
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 |
multiple |
Logical scalar, set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.