plot.BGLM2 {BayesfMRI} | R Documentation |
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 class 'BGLM2'
plot(x, idx = NULL, stat = c("contrasts", "activations"), zlim = c(-1, 1), ...)
Arguments
x |
An object of class "BGLM2" |
idx |
Which contrast should be plotted? Give the numeric indices or the
names. |
stat |
Estimates of the |
zlim |
Overrides the |
... |
Additional arguments to |
Value
Result of the call to ciftiTools::view_cifti
.
[Package BayesfMRI version 0.10.1 Index]