R/get_my_statistics.R

# function to summarize statistics from a growing network 
get_my_statistics <-
function(net, net_type = "directed"){
  net_object <- as.PAFit_net(net, type = "directed")
  return(get_statistics(net_object, only_PA = TRUE, 
                        binning = TRUE, g = 20))
}
thongphamthe/mcPAFit documentation built on May 20, 2019, 10:23 p.m.