tests/test_plot_PAFit_net.R

library("PAFit")
net <- generate_BB(N = 100, multiple_node = 20, m = 1)

plot(net)

plot(net, slice = 3)


u <- as.PAFit_net(coauthor.net, type = "undirected")
plot(u)
plot(u, slice = 10)
#plot(network.extract(b,at = 6))

plot(net, plot = "PA")
plot(net, plot = "fit")

Try the PAFit package in your browser

Any scripts or data that you put into this service are public.

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