plot.act_BayesGLM_cifti {BayesfMRI}R Documentation

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

Description

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

Usage

## S3 method for class 'act_BayesGLM_cifti'
plot(x, idx = NULL, session = NULL, ...)

Arguments

x

An object of class "act_BayesGLM_cifti"

idx

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_surface.

session

Which session should be plotted? NULL (default) will use the first.

...

Additional arguments to view_xifti_surface

Value

Result of the call to ciftiTools::view_cifti_surface.


[Package BayesfMRI version 0.3.11 Index]