View source: R/to_networkDynamic.R
to_networkDynamic | R Documentation |
This function converts a PAFit_net
object to a networkDynamic
object (of package networkDynamic).
to_networkDynamic(net_object)
net_object |
An object of class |
The function returns a networkDynamic
object.
Thong Pham thongphamthe@gmail.com
library("PAFit")
# a network from Bianconi-Barabasi model
net <- generate_BB(N = 50 , m = 10 , s = 10)
nD_graph <- to_networkDynamic(net)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.