view_xifti
to plot a "prev_BayesGLM_cifti"
objectS3 method: use view_xifti
to plot a "prev_BayesGLM_cifti"
object
# S3 method for prev_BayesGLM_cifti
plot(
x,
idx = NULL,
session = NULL,
drop_zeros = NULL,
colors = "plasma",
zlim = c(round(1/x$n_results - 0.005, 2), 1),
...
)
Result of the call to ciftiTools::view_cifti_surface
.
An object of class "prev_BayesGLM_cifti"
Which task should be plotted? Give the numeric indices or the
names. NULL
(default) will show all tasks. This argument overrides
the idx
argument to view_xifti
.
Which session should be plotted? NULL
(default) will
use the first.
Color locations without any activation across all results
(zero prevalence) the same color as the medial wall? Default: NULL
to
drop the zeros if only one idx
is being plotted.
See view_xifti
. Here, the defaults
are overrided to use the Viridis "plasma"
color scale between
1/nA
and 1, where nA
is the number of results in x
.
Additional arguments to view_xifti