tests/test_from_igraph.R

library(PAFit)

net <- generate_BA(N = 100, multiple_node = 20, m = 1)

system.time(b <- to_igraph(net))


back <- from_igraph(b)

#plot(network.extract(b,at = 6))
thongphamthe/PAFit documentation built on March 30, 2024, 4:14 p.m.