powered by
fastnet
Coerce a fastnet object to edgelist.
to.edgelist(network, ncores)
A fastnet object.
The number of cores to be used.
A 2-column list with each row representing an edge, from source to destination
# NOT RUN { g <- net.erdos.renyi.gnp(100, 0.1) el <- to.edgelist(g) # }
Run the code above in your browser using DataLab