Description Usage Arguments Details Value Author(s) Examples
Function to read network files.
1 2 |
sif.file |
Name of network file in SIF format. |
format |
Output format: igraph or graphNEL |
directed |
Logical. Directed/undirected graph. Not used in the current model. |
header |
Logical. Indicate whether the SIF file has header or not. |
sep |
Field separator. |
... |
Further optional arguments to be passed for file reading. |
Read in SIF network file, return R graph object in igraph or graphNEL format.
R graph object in igraph or graphNEL format.
Leo Lahti leo.lahti@iki.fi
1 | #net <- read.sif('network.sif')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.