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

Description Usage Arguments Value Author(s) Examples

View source: R/print.PAFit_net.R

Description

This function outputs simple information of a PAFit_net object.

Usage

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

Arguments

x

An object of class PAFit_net.

...

Value

Outputs simple information of the network.

Author(s)

Thong Pham thongphamthe@gmail.com

Examples

1
2
3
4
  library("PAFit")
  # a network from Bianconi-Barabasi model
  net        <- generate_BB(N = 50 , m = 10 , s = 10)
  print(net)

PAFit documentation built on Jan. 18, 2022, 1:10 a.m.