Learn R Programming

PAFit (version 1.2.10)

print.PAFit_net: Printing simple information of a PAFit_net object

Description

This function outputs simple information of a PAFit_net object.

Usage

# S3 method for PAFit_net
print(x,
                            ...)

Value

Outputs simple information of the network.

Arguments

x

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)
  print(net)

Run the code above in your browser using DataLab