CreateNetworkFromTable {CausalR}R Documentation

create network from table

Description

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.

Usage

CreateNetworkFromTable(dataTable)

Arguments

dataTable

the data table containing the information read in from the .sif file representing the network.

Value

an igraph network


[Package CausalR version 1.18.0 Index]