read.network {igraph} R Documentation

load network graph object from a given file location

Description

Usage

read.network(directory,
    defaultNodeSize = "20,20",
    defaultBrush = "black",
    ignoresBrokenLinks = FALSE);

Arguments

directory

a directory which contains two data table: nodes and network edges. [as string]

defaultNodeSize

default node size in width and height

defaultBrush

default brush texture descriptor string. [as string]

Details

Authors

igraph

Value

this function returns data object of type NetworkGraph.

clr value class

Examples


[Package igraph version 1.0.0.0 Index]