powered by
Computes the average and standard deviation of the weights in the network
conn(A)
An adjacency matrix of network A
Returns a list of the edge weights (weights), the mean (mean), the standard deviation (sd), and the sum of the edge weights (total) in the network
# NOT RUN { A<-TMFG(neoOpen)$A connectivity<-conn(A) # }
Run the code above in your browser using DataLab