plot.bMap.nifti {BayesBrainMap} | R Documentation |
Plot prior
Description
Plot prior
Usage
## S3 method for class 'bMap.nifti'
plot(
x,
stat = c("mean", "se"),
plane = c("axial", "sagittal", "coronal"),
n_slices = 9,
slices = NULL,
...
)
Arguments
x |
The result of |
stat |
|
plane , n_slices , slices |
Anatomical plane and which slice indices to show. Default: 9 axial slices. |
... |
Additional arguments |
Value
The plot
[Package BayesBrainMap version 0.1.3 Index]