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))
}

.onUnload <- function (libpath) {
  library.dynam.unload("mcPAFit", libpath)
}

Try the mcPAFit package in your browser

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

mcPAFit documentation built on May 2, 2019, 11:42 a.m.