plot.BayesGLM2_cifti {BayesfMRI}R Documentation

S3 method: use view_xifti_surface to plot a "BayesGLM2_cifti" object

Description

S3 method: use view_xifti_surface to plot a "BayesGLM2_cifti" object

Usage

## S3 method for class 'BayesGLM2_cifti'
plot(x, idx = NULL, what = c("contrasts", "activations"), ...)

Arguments

x

An object of class "BayesGLM2_cifti"

idx

Which contrast should be plotted? Give the numeric index. NULL (default) will show all contrasts. This argument overrides the idx argument to view_xifti_surface.

what

Estimates of the "contrasts" (default), or their thresholded "activations".

...

Additional arguments to view_xifti_surface

Value

Result of the call to ciftiTools::view_cifti_surface.


[Package BayesfMRI version 0.3.11 Index]