summary.PAFit_net {PAFit} | R Documentation |
Summary information of a PAFit_net
object
Description
This function outputs summary information of a PAFit_net
object.
Usage
## S3 method for class 'PAFit_net'
summary(object,
...)
Arguments
object |
An object of class |
... |
Other arguments to pass. |
Value
Outputs summary information of the network.
Author(s)
Thong Pham thongphamthe@gmail.com
Examples
library("PAFit")
# a network from Bianconi-Barabasi model
net <- generate_BB(N = 50 , m = 10 , s = 10)
summary(net)
[Package PAFit version 1.2.10 Index]