The plot
method will write a PDF file containing plots for all graphs
in the given object.
# S3 method for brainGraphList
plot(x, plane, hemi, filename.base,
diffs = FALSE, ...)
A brainGraphList
object
Character string indicating which orientation to plot.
Default: 'axial'
Character string indicating which hemisphere to plot. Default:
'both'
Character string specifying the base of the filename
Logical, indicating whether edge differences should be
highlighted. Default: FALSE
Other parameters (passed to plot.brainGraph
)
Christopher G. Watson, cgwatson@bu.edu
You can choose to highlight edge differences between subsequent list elements; in this case, new/different edges are colored pink. This is useful mostly for a list of group-level graphs.
Other Plotting functions: Plotting GLM graphs
,
plot.brainGraph
,
plot_brainGraph_multi