plot.BGLM {BayesfMRI} | R 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 |
|
idx |
Which field should be plotted? Give the numeric indices or the
names. |
title |
If NULL, the field names associated with idx will be used. |
session |
Which session should be plotted? |
zlim |
Overrides the |
... |
Additional arguments to |
Value
Result of the call to ciftiTools::view_cifti
.
[Package BayesfMRI version 0.10.1 Index]