print.PAFit_net: Printing simple information of a 'PAFit_net' object

View source: R/print.PAFit_net.R

print.PAFit_netR Documentation

Printing simple information of a PAFit_net object

Description

This function outputs simple information of a PAFit_net object.

Usage

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

Arguments

x

An object of class PAFit_net.

...

Other arguments to pass.

Value

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

thongphamthe/PAFit documentation built on March 30, 2024, 4:14 p.m.