Usage
update_brainGraph_gui(plotDev, graph1, graph2, plotFunc, vertSize, edgeWidth,
vertColor, hemi, lobe, orient, vertSize.min, edgeWidth.min, edgeWidth.max,
vertSize.const = NULL, edgeWidth.const = NULL, vertLabels = NULL,
showLegend = NULL, comm = NULL, kNumComms = NULL, neighb = NULL,
neighbMult = NULL, slider = NULL, vertSize.other = NULL,
edgeWidth.other = NULL, vertSize.eqn = NULL, showDiameter = NULL,
edgeDiffs = NULL)
Arguments
plotDev
A Cairo device for the plotting area
graph1
An igraph graph object for the first plotting area
graph2
An igraph graph object for the second plotting area
plotFunc
A function specifying which type of plot to use
vertSize
A GTK combo box for scaling vertex size
edgeWidth
A GTK entry for changing edge width
vertColor
A GTK combo box for changing vertex colors
hemi
A GTK combo box for plotting individual hemispheres
lobe
A GTK combo box for plotting individual lobes
orient
A GTK combo box for plotting a specific orientation
vertSize.min
A GTK spin button for minimum vertex size
edgeWidth.min
A GTK spin button for minimum edge width
edgeWidth.max
A GTK spin button for maximum edge width
vertSize.const
A GTK entry for constant vertex size
edgeWidth.const
A GTK entry for constant width
vertLabels
A GTK check button for showing vertex labels
showLegend
A GTK check button for showing a legend
comm
A GTK combo box for plotting individual communities
kNumComms
Integer indicating the number of total communities (optional)
neighb
A GTK combo box for plotting individual neighborhoods
neighbMult
A GTK entry for joint neighborhoods of multiple vertices
slider
A GTK horizontal slider widget for changing edge curvature
vertSize.other
A GTK entry for vertex size (other attributes)
edgeWidth.other
A GTK entry for edge width (other attributes)
vertSize.eqn
A GTK entry for equations to exclude vertices
showDiameter
A GTK check button for showing the graph's diameter
edgeDiffs
A GTK check button for showing edge diffs between graphs