Graph Data Tables {brainGraph}R Documentation

Create a data table with graph global and vertex measures

Description

graph_attr_dt is a helper function that takes a brainGraphList or a list of graphs and creates a data.table of global measures for each graph. Each row will be for a different graph.

vertex_attr_dt is a helper function that creates a data.table in which each row is a vertex and each column is a different network measure (degree, centrality, etc.).

Usage

graph_attr_dt(bg.list)

vertex_attr_dt(bg.list)

Arguments

bg.list

A brainGraphList object, or a list of graph objects

Value

A data.table

See Also

graph_attr, graph_attr_names

vertex_attr, vertex_attr_names, graph_from_data_frame


[Package brainGraph version 3.1.0 Index]