Learn R Programming

brainGraph (version 1.0.0)

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)

Arguments

g
An igraph graph object

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.

See Also

make_empty_graph