plot.brainGraphList: Plot a brainGraphList and write to PDF

Description Usage Arguments Details Author(s) See Also

View source: R/list.R

Description

The plot method will write a PDF file containing plots for all graphs in the given object.

Usage

1
2
3
## S3 method for class 'brainGraphList'
plot(x, plane, hemi, filename.base,
  diffs = FALSE, ...)

Arguments

x

A brainGraphList object

plane

Character string indicating which orientation to plot. Default: 'axial'

hemi

Character string indicating which hemisphere to plot. Default: 'both'

filename.base

Character string specifying the base of the filename

diffs

Logical, indicating whether edge differences should be highlighted. Default: FALSE

...

Other parameters (passed to plot.brainGraph)

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_gui, plot_brainGraph_multi


brainGraph documentation built on Oct. 23, 2020, 6:37 p.m.