Learn R Programming

brainGraph (version 2.7.3)

make_empty_brainGraph: Create an empty graph with attributes for brainGraph

Description

This function creates an empty undirected graph with vertex count equal to the atlas specified, 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(atlas, ...)

Arguments

atlas

Character string of the atlas to create a graph from

...

Other arguments passed to make_brainGraph

Value

An empty brainGraph graph object

See Also

make_empty_graph

Other Graph creation functions: make_brainGraph, make_ego_brainGraph, make_glm_brainGraph, make_mediate_brainGraph, make_nbs_brainGraph