plot.fmripvalue {fmri} | R Documentation |
Visualize fMRI p-value maps
Description
Visualize objects created by function fmri.pvalue
Usage
## S3 method for class 'fmripvalue'
plot(x, template = NULL, mask = NULL,
view = c("axial", "coronal", "sagittal", "orthographic"),
slices = NULL, ncol = 1, nrow = 1, center = NULL, ...)
Arguments
x |
object of class 'fmripvalue' |
template |
Anatomical image of same origin and direction as pvalue map in x$pvalue. |
mask |
optional brain mask |
view |
Either 'orthographic' or one of 'axial', 'coronal' or 'sagittal' |
slices |
If |
ncol |
If |
nrow |
If |
center |
If |
... |
additional parameters (not evaluated) |
Value
list with components
comp1 |
slices, numbers refer to spm |
comp2 |
center, numbers refer to spm |
Author(s)
Joerg Polzehl polzehl@wias-berlin.de
See Also
fmri.pvalue
, ~~~