Learn R Programming

NetworkToolbox (version 1.1.1)

conn: Network Connectivity

Description

Computes the average and standard deviation of the weights in the network

Usage

conn(A)

Arguments

A

An adjacency matrix of network A

Value

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

Examples

Run this code
# NOT RUN {
A<-TMFG(neoOpen)$A

connectivity<-conn(A)
# }

Run the code above in your browser using DataLab