plot.prev_BGLM: S3 method: use 'view_xifti' to plot a '"prev_BGLM"' object

View source: R/plot.R

plot.prev_BGLMR Documentation

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

Description

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

Usage

## S3 method for class 'prev_BGLM'
plot(
  x,
  idx = NULL,
  session = NULL,
  drop_zeros = NULL,
  colors = "plasma",
  zlim = c(0, 1),
  ...
)

Arguments

x

An object of class "prev_BGLM"

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.

...

Additional arguments to view_xifti

Value

Result of the call to ciftiTools::view_cifti_surface.


mandymejia/BayesGLMfMRI documentation built on April 12, 2025, 3:41 p.m.