plot.prev_BayesGLM_cifti {BayesfMRI} | R Documentation |
S3 method: use view_xifti
to plot a "prev_BayesGLM_cifti"
object
Description
S3 method: use view_xifti
to plot a "prev_BayesGLM_cifti"
object
Usage
## S3 method for class '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),
...
)
Arguments
x |
An object of class "prev_BayesGLM_cifti" |
idx |
Which task should be plotted? Give the numeric indices or the
names. |
session |
Which session should be plotted? |
drop_zeros |
Color locations without any activation across all results
(zero prevalence) the same color as the medial wall? Default: |
colors , zlim |
See |
... |
Additional arguments to |
Value
Result of the call to ciftiTools::view_cifti_surface
.
[Package BayesfMRI version 0.3.11 Index]