This function is called by plot_brainGraph_gui to update the GUI.
update_brainGraph_gui(plotDev, g, g2, plotFunc, vsize.measure,
ewidth.measure, vertColor, hemi, lobe, orient, vertSize.min,
edgeWidth.min, edgeWidth.max, vertSize.const, edgeWidth.const,
vertLabels, showLegend, comms, neighb, neighbInd = NULL, slider,
vertSize.other, edgeWidth.other, vertSize.eqn, showDiameter, edgeDiffs)
A Cairo device for the plotting area
An igraph
graph object for the first plotting area
An igraph
graph object for the second plotting area
A character string specifying which type of plot to use
Character string of the name of the attribute for vertex scaling
Character string of the name of the attribute for edge scaling
A GTK combo box for changing vertex colors
A GTK combo box for plotting individual hemispheres
Character string of the lobe name to select (comma-separated if multiple lobes are listed)
A GTK combo box for plotting a specific orientation
A GTK spin button for minimum vertex size
A GTK spin button for minimum edge width
A GTK spin button for maximum edge width
A GTK entry for constant vertex size
A GTK entry for constant width
A GTK check button for showing vertex labels
A GTK check button for showing a legend
Integer vector of the communities to plot
Character vector of vertex names for getting neighborhoods
Integer vector of vertex indices of neighb
A GTK horizontal slider widget for changing edge curvature
A GTK entry for vertex size (other attributes)
A GTK entry for edge width (other attributes)
A GTK entry for equations to exclude vertices
A GTK check button for showing the graph's diameter
A GTK check button for showing edge diffs between graphs