View source: R/TreeFunctions.R
GetDGFromTable | R Documentation |
Get 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.