CreateIgGraphs.Rd
Convert a list of adjacency matrices to a list of igraph graphs.
CreateIgGraphs(adjlist, directed, selfloops, weighted = NULL)
adjlist | a list of adjacency matrices |
---|---|
directed | a boolean argument specifying whether object is directed or not. |
selfloops | a boolean argument specifying whether the model should incorporate selfloops. |
weighted | boolean, generate weighted graphs? |
list of igraph graphs.