Get a weighted, directed graph from a table of edges and weights

GetDGFromTable(directed_edge_table)

Arguments

directed_edge_table

a numeric matrix whose rows are edges, col 1 is v1, col2 is v2, col3 is weight

Value

a directed igraph object