Graph Data Tables | R Documentation |
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.).
graph_attr_dt(bg.list)
vertex_attr_dt(bg.list)
bg.list |
A |
A data.table
graph_attr, graph_attr_names
vertex_attr, vertex_attr_names,
graph_from_data_frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.