Description Usage Arguments Value Author(s) Examples
Coerce a fastnet object to edgelist.
1 | to.edgelist(network, ncores)
|
network |
A fastnet object. |
ncores |
The number of cores to be used. |
A 2-column list with each row representing an edge, from source to destination
Xu Dong
1 2 3 4 | ## Not run:
g <- net.erdos.renyi.gnp(100, 0.1)
el <- to.edgelist(g)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.