Create adjacency lists from a graph, either for adjacent edges or for neighboring vertices. This version is faster than the version of igraph but less general.
Usage
as_adj_list1(g)
Value
A list of numeric vectors.
Arguments
g
An igraph object
Author
David Schoch
Details
The function does not have a mode parameter and only returns the adjacency list comparable to as_adj_list(g,mode="all)