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

View source: R/plot.R

plot.BGLMR Documentation

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

Description

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

Usage

## S3 method for class 'BGLM'
plot(
  x,
  Bayes = NULL,
  idx = NULL,
  title = NULL,
  session = NULL,
  zlim = c(-1, 1),
  ...
)

Arguments

x

An object of class "BGLM"

Bayes

TRUE for plotting Bayesian results, FALSE for plotting classical GLM results. Default: NULL, which will use the Bayesian results if available and the classical results if not.

idx

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

title

If NULL, the field names associated with idx will be used.

session

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

zlim

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

...

Additional arguments to view_xifti

Value

Result of the call to ciftiTools::view_cifti.


mandymejia/BayesfMRI documentation built on April 12, 2025, 3:44 p.m.