Description Usage Arguments Value Author(s) Examples
Print on the screen the number of nodes and edges. To see the data.frame, call: data.frame().
1 2 |
x |
Output from MakeDiffNet |
... |
Additional plotting parameters. |
Print on the screen the number of nodes and edges.
Deisy Morselli Gysi <deisy at bioinf.uni-leipzig.de>
1 2 3 4 5 6 | Nodes = LETTERS[1:10]
Net1 = data.frame(Node.1 = sample(Nodes) , Node.2 = sample(Nodes), wTO = runif(10,-1,1))
Net2 = data.frame(Node.1 = sample(Nodes) , Node.2 = sample(Nodes), wTO = runif(10,-1,1))
Net3 = data.frame(Node.1 = sample(Nodes) , Node.2 = sample(Nodes), wTO = runif(10,-1,1))
DiffNet = MakeDiffNet (Data = list(Net1,Net2,Net3), Code = c('Net1', 'Net2', 'Net3') )
print(DiffNet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.