View source: R/summary.PAFit_net.R
summary.PAFit_net | R Documentation |
PAFit_net
object
This function outputs summary information of a PAFit_net
object.
## S3 method for class 'PAFit_net'
summary(object,
...)
object |
An object of class |
... |
Other arguments to pass. |
Outputs summary information of the network.
Thong Pham thongphamthe@gmail.com
library("PAFit")
# a network from Bianconi-Barabasi model
net <- generate_BB(N = 50 , m = 10 , s = 10)
summary(net)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.