CreateNetworkFromTable {CausalR} | R Documentation |
Creates a network from an internal data table created from a .sif file: this function converts the data read in from the .sif file into an igraph in R.
CreateNetworkFromTable(dataTable)
dataTable |
the data table containing the information read in from the .sif file representing the network. |
an igraph network