View source: R/print.PAFit_net.R
print.PAFit_net | R Documentation |
PAFit_net
object
This function outputs simple information of a PAFit_net
object.
## S3 method for class 'PAFit_net'
print(x,
...)
x |
An object of class |
... |
Other arguments to pass. |
Outputs simple information of the network.
Thong Pham thongphamthe@gmail.com
library("PAFit")
# a network from Bianconi-Barabasi model
net <- generate_BB(N = 50 , m = 10 , s = 10)
print(net)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.