powered by
statnet
fastnet
Import a statnet object.
from.statnet(net.statnet, ncores = detectCores())
The input statnet object.
The number of cores to be used.
A list containing the nodes of the network and their respective neighbors.
# NOT RUN { library("ergm") library("doParallel") data("flo") nflo <- network(flo, loops = TRUE) fflo <- from.statnet(nflo) # }
Run the code above in your browser using DataLab