make_empty_brainGraph: Create an empty graph with attributes for brainGraph
Description
This function creates an empty graph and includes some graph-, vertex-, and
edge-level attributes that are important for brainGraph
functions.
Basically a wrapper for make_empty_graph
.
Usage
make_empty_brainGraph(g)
Value
An empty igraph
graph object with several additional
attributes
Details
The input graph must have the graph attribute atlas and vertex
attribute name already.