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. NULL (default) will show all tasks. This argument overrides the idx argument to view_xifti.

session

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

drop_zeros

Color locations without any activation across all results (zero prevalence) the same color as the medial wall? Default: NULL to drop the zeros if only one idx is being plotted.

colors, zlim

See view_xifti. Here, the defaults are overrided to use the Viridis "plasma" color scale between 1/nA and 1, where nA is the number of results in x.

...

Additional arguments to view_xifti

Value

Result of the call to ciftiTools::view_cifti_surface.


[Package BayesfMRI version 0.3.11 Index]