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