print.fmridata {fmri} | R Documentation |
I/O functions
Description
'print' method for class '"fmridata"'.
Usage
## S3 method for class 'fmridata'
print(x, ...)
Arguments
x |
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
none
Author(s)
Karsten Tabelow tabelow@wias-berlin.de
References
Polzehl, J. and Tabelow, K. (2007) fmri: A Package for Analyzing fmri Data, R News, 7:13-17 .
See Also
Examples
## Not run: print(data)
[Package fmri version 1.9.12.1 Index]