print.PA_result: Printing information of the estimated attachment function

Description Usage Arguments Value Author(s) Examples

View source: R/print.pa_result.R

Description

This function outputs simple information of the estimated attachment function from the corrected Newman's method or the Jeong's method.

Usage

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

Arguments

x

An object of class PA_result, containing the estimated attachment function and the estimated attachment exponenet from either Newman or Jeong functions.

...

Additional parameters to pass onto the plot function.

Value

Simple information of the estimated attachment function.

Author(s)

Thong Pham thongphamthe@gmail.com

Examples

1
2
3
4
5
  library("PAFit")
  net        <- generate_net(N = 1000 , m = 1 , mode = 1 , alpha = 1 , s = 0)
  net_stats  <- get_statistics(net)
  result     <- Newman(net, net_stats)
  print(result)

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