Learn R Programming

BayesfMRI (version 0.10.1)

plot.BGLM2: S3 method: use view_xifti to plot a "BGLM2" object

Description

S3 method: use view_xifti to plot a "BGLM2" object

Usage

# S3 method for BGLM2
plot(x, idx = NULL, stat = c("contrasts", "activations"), zlim = c(-1, 1), ...)

Value

Result of the call to ciftiTools::view_cifti.

Arguments

x

An object of class "BGLM2"

idx

Which contrast should be plotted? Give the numeric indices or the names. NULL (default) will show all contrasts. This argument overrides the idx argument to view_xifti.

stat

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

zlim

Overrides the zlim argument for view_xifti. Default: c(-1, 1).

...

Additional arguments to view_xifti