powered by
Computes the average and standard deviation of the weights in the network
conn(A)
An adjacency matrix of a network
Returns a list containing:
Each edge weight in the network
The mean of the edge weights in the network
The standard deviation of the edge weights in the network
The sum total of the edge weights in the network
# NOT RUN { # Pearson's correlation only for CRAN checks A <- TMFG(neoOpen, normal = FALSE)$A connectivity <- conn(A) # }
Run the code above in your browser using DataLab