Visualize objects created by function fmri.pvalue
# S3 method for fmripvalue
plot(x, template = NULL, mask = NULL,
view = c("axial", "coronal", "sagittal", "orthographic"),
slices = NULL, ncol = 1, nrow = 1, center = NULL, ...)
list with components
slices, numbers refer to spm
center, numbers refer to spm
object of class 'fmripvalue'
Anatomical image of same origin and direction as pvalue map in x$pvalue.
optional brain mask
Either 'orthographic' or one of 'axial', 'coronal' or 'sagittal'
If view != "orthographic"
vector of slice numbers to use.
If not provided the ncol*nrow
slices with strongest signals are selected
If view != "orthographic"
number of slices per row
If view != "orthographic"
number of rows in display.
If view == "orthographic"
center of orthographic view.
If not provided the center is chosen to provide maximal information.
additional parameters (not evaluated)
Joerg Polzehl polzehl@wias-berlin.de
fmri.pvalue
, ~~~