Learn R Programming

PAFit (version 1.2.10)

summary.PAFit_net: Summary information of a PAFit_net object

Description

This function outputs summary information of a PAFit_net object.

Usage

# S3 method for PAFit_net
summary(object,
                           ...)

Value

Outputs summary information of the network.

Arguments

object

An object of class PAFit_net.

...

Other arguments to pass.

Author

Thong Pham thongphamthe@gmail.com

Examples

Run this code
  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