Learn R Programming

SeqNet (version 1.1.3)

get_network_characteristics: Characteristics of the network topology

Description

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

Usage

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

Run this code
# NOT RUN {
nw <- random_network(10)
get_network_characteristics(nw)
# }

Run the code above in your browser using DataLab