plot_brainGraph_list: Write PNG files for a list of graphs
Description
This function takes a list of igraph graph objects and plots them over
an axial slice of the brain. A png file is written for each element of
the list, which can be joined as a gif or converted to video using a
tool outside of R.
You can choose to highlight edge differences between subsequent list
elements, and whether to color vertices by lobe, community
membership, or lightblue (the default) (or a color of your choosing).
By default, the vertex sizes are equal to vertex degree, and max out at 20;
however, you may choose other values. Finally, you may choose to plot only a
subgraph of vertices based on some criteria (see examples).
This function may be particularly useful if the graph list contains graphs of
a single subject group at incremental densities, or if the graph list
contains graphs of each subject in a group.