plot.BayesGLM_cifti {BayesfMRI} | R Documentation |
S3 method: use view_xifti_surface
to plot a "BayesGLM_cifti"
object
Description
S3 method: use view_xifti_surface
to plot a "BayesGLM_cifti"
object
Usage
## S3 method for class 'BayesGLM_cifti'
plot(x, idx = NULL, session = NULL, method = NULL, zlim = c(-1, 1), ...)
Arguments
x |
An object of class "BayesGLM_cifti" |
idx |
Which task should be plotted? Give the numeric indices or the
names. |
session |
Which session should be plotted? |
method |
"Bayes" or "classical". |
zlim |
Overrides the |
... |
Additional arguments to |
Value
Result of the call to ciftiTools::view_cifti_surface
.
[Package BayesfMRI version 0.3.11 Index]