GetDGFromTable: Get a weighted, directed graph from a table of edges and...

View source: R/TreeFunctions.R

GetDGFromTableR Documentation

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

Description

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

Usage

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


mkarikom/RSoptSC documentation built on May 10, 2023, 1:10 a.m.