powered by
PAFit_net
This function outputs summary information of a PAFit_net object.
# S3 method for PAFit_net summary(object, ...)
Outputs summary information of the network.
An object of class PAFit_net.
Other arguments to pass.
Thong Pham thongphamthe@gmail.com
library("PAFit") # a network from Bianconi-Barabasi model net <- generate_BB(N = 50 , m = 10 , s = 10) summary(net)
Run the code above in your browser using DataLab