summary.fmridata {fmri} | R Documentation |
I/O functions
Description
'summary' method for class '"fmridata"'.
Usage
## S3 method for class 'fmridata'
summary(object, ...)
Arguments
object |
an object of class |
... |
further arguments passed to or from other methods. |
Details
The method tries to print information on data, like data dimension, voxel size, value range.
Value
A list with the following elements:
dim |
data dimension |
delta |
voxel dimension, if available |
values |
value range |
z |
design matrix |
Author(s)
Karsten Tabelow tabelow@wias-berlin.de
See Also
Examples
## Not run: summary(data)
[Package fmri version 1.9.12.1 Index]