view_xifti
to plot a "BGLM"
objectS3 method: use view_xifti
to plot a "BGLM"
object
# S3 method for BGLM
plot(
x,
Bayes = NULL,
idx = NULL,
title = NULL,
session = NULL,
zlim = c(-1, 1),
...
)
Result of the call to ciftiTools::view_cifti
.
An object of class "BGLM"
TRUE
for plotting Bayesian results, FALSE
for plotting
classical GLM results. Default: NULL
, which will use the Bayesian results
if available and the classical results if not.
Which field should be plotted? Give the numeric indices or the
names. NULL
(default) will show all fields. This argument overrides
the idx
argument to view_xifti
.
If NULL, the field names associated with idx will be used.
Which session should be plotted? NULL
(default) will
use the first.
Overrides the zlim
argument for
view_xifti
. Default: c(-1, 1)
.
Additional arguments to view_xifti