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

SeqNet documentation built on July 9, 2021, 9:08 a.m.