Learn R Programming

brainGraph (version 1.0.0)

graph_attr_dt: Create a data table with graph global measures

Description

This is just a helper function that takes a list of graphs and creates a data table of global measures for each graph, ordered by graph density.

Usage

graph_attr_dt(g.list, group = NULL)

Arguments

g.list
A list of igraph graph objects
group
A character string indicating group membership (default:NULL)

Value

A data table with several columns (equal to the number of graph attributes) and row number equal to the number of graphs in the input list

See Also

graph_attr, graph_attr_names