R/TreeFunctions.R
GetDGFromTable.RdGet a weighted, directed graph from a table of edges and weights
GetDGFromTable(directed_edge_table)
| directed_edge_table | a numeric matrix whose rows are edges, col 1 is v1, col2 is v2, col3 is weight |
|---|
a directed igraph object