This is a convenience function for plotting a graph based on results from
brainGraph_GLM
. There are a few argument defaults: to plot only those
vertices for which \(p < \alpha\); a plot title with the outcome
measure and contrast name, and to omit the plot subtitle.
# S3 method for brainGraph_GLM
plot(x, p.sig = c("p", "p.fdr", "p.perm"),
subgraph = NULL, main = paste0("\n\n", x$outcome, ": ", x$name),
subt = NULL, cex.main = 2, ...)
A brainGraph_GLM
graph object (from
make_glm_brainGraph
)
Character string indicating which p-value to use for determining
significance (default: p
)
Character string specifying an equation for vertices to plot
(default: NULL
)
Character string; the main title (default: NULL
)
Character string; the subtitle (default: default
)
Numeric indicating the scaling for plot title size (see
par
.
Other parameters (passed to plot.igraph
).
See igraph.plotting
for details.
Other Plotting functions: plot.brainGraph_NBS
,
plot.brainGraph_mediate
,
plot.brainGraph_mtpc
,
plot.brainGraph
,
plot_brainGraph_gui
,
plot_brainGraph_list
,
plot_brainGraph_multi