I want to read in a digraph from a file with format of one edge per line as:
        tail-vertex head-vertex  edge-weight

I know about read.graph("file", format="edgelist") but what argument is needed to readin the wieghts? I did try the documentation..

-ishwar


_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to