plot.brainGraphList | R Documentation |
The plot
method will write a PDF file containing plots for all graphs
in the given object.
## S3 method for class 'brainGraphList'
plot(x, plane, hemi, filename.base,
diffs = FALSE, ...)
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 |
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.
Christopher G. Watson, cgwatson@bu.edu
Other Plotting functions: Plotting GLM graphs
,
plot.brainGraph
,
plot_brainGraph_multi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.