Visualize fMRI p-value maps
Visualize objects created by function fmri.pvalue
## 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, ...)
x
: object of class 'fmripvalue'template
: Anatomical image of same origin and direction as pvalue map in x$pvalue.mask
: optional brain maskview
: Either 'orthographic' or one of 'axial', 'coronal' or 'sagittal'slices
: If view != "orthographic"
vector of slice numbers to use. If not provided the ncol*nrow
slices with strongest signals are selectedncol
: If view != "orthographic"
number of slices per rownrow
: If view != "orthographic"
number of rows in display.center
: If view == "orthographic"
center of orthographic view. If not provided the center is chosen to provide maximal information....
: additional parameters (not evaluated)list with components - comp1: slices, numbers refer to spm
Joerg Polzehl polzehl@wias-berlin.de
fmri.pvalue
, ~~~