plot.brainGraphList {brainGraph} | R Documentation |
Plot a brainGraphList and write to PDF
Description
The plot
method will write a PDF file containing plots for all graphs
in the given object.
Usage
## S3 method for class 'brainGraphList'
plot(x, plane, hemi, filename.base,
diffs = FALSE, ...)
Arguments
x |
A |
plane |
Character string indicating which orientation to plot.
Default: |
hemi |
Character string indicating which hemisphere to plot. Default:
|
filename.base |
Character string specifying the base of the filename |
diffs |
Logical, indicating whether edge differences should be
highlighted. Default: |
... |
Other parameters (passed to |
Details
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.
Author(s)
Christopher G. Watson, cgwatson@bu.edu
See Also
Other Plotting functions: Plotting GLM graphs
,
plot.brainGraph
,
plot_brainGraph_multi
[Package brainGraph version 3.1.0 Index]