Learn R Programming

brainGraph (version 0.72.0)

count_interlobar: Count number of inter-lobar connections from a given major lobe

Description

This function will count the number of edges between all vertices in one major lobe (e.g. Frontal) and all other major lobes.

Usage

count_interlobar(g, lobe)

Arguments

g
The igraph graph object
lobe
A character string indicating the lobe to count from (uppercase)

Value

A data table of total, intra-, and inter-lobar edge counts

Examples

Run this code
## Not run: 
# g1.frontal <- count_interlobar(g1[[N]], 'Frontal')
# ## End(Not run)

Run the code above in your browser using DataLab