get_network_characteristics: Characteristics of the network topology

Description Usage Arguments Value Examples

View source: R/networks.R

Description

The average degree, clustering coefficient, and average path length are calculated.

Usage

1
get_network_characteristics(network, global_only = FALSE)

Arguments

network

A 'network', 'network_module', or 'matrix' object.

global_only

If TRUE, only the global characteristics are calculated.

Value

A list containing characteristics of the network.

Examples

1
2

tgrimes/SeqNet documentation built on Sept. 1, 2020, 7:50 a.m.