Learn R Programming

brainGraph (version 0.48.0)

count_homologous: Count number of edges between homologous regions of a brain graph

Usage

count_homologous(g)

Arguments

g
An igraph graph object

Value

  • A named vector of the edge ID's connecting homologous regions } description{ This function will count the number of edges between homologous regions in a brain graph (e.g. between L and R superior frontal). } author{ Christopher G. Watson, email{cgwatson@bu.edu} }