conn: Network Connectivity

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1
conn(A)

Arguments

A

An adjacency matrix of a network

Value

Returns a list containing:

weights

Each edge weight in the network

mean

The mean of the edge weights in the network

sd

The standard deviation of the edge weights in the network

total

The sum total of the edge weights in the network

Author(s)

Alexander Christensen <alexpaulchristensen@gmail.com>

Examples

1
2
3
4
# Pearson's correlation only for CRAN checks
A <- TMFG(neoOpen, normal = FALSE)$A

connectivity <- conn(A)

NetworkToolbox documentation built on May 28, 2021, 5:11 p.m.