Learn R Programming

fmri (version 1.9.12.1)

print.fmridata: I/O functions

Description

'print' method for class '"fmridata"'.

Usage

# S3 method for fmridata
print(x, ...)

Value

none

Arguments

x

an object of class fmridata, usually, a result of a call to fmri.lm, fmri.smooth, fmri.pvalue, read.AFNI, or read.ANALYZE.

...

further arguments passed to or from other methods.

Author

Karsten Tabelow tabelow@wias-berlin.de

Details

The method tries to print information on data, like data dimension, voxel size, value range.

References

Polzehl, J. and Tabelow, K. (2007) fmri: A Package for Analyzing fmri Data, R News, 7:13-17 .

See Also

summary.fmridata

Examples

Run this code
if (FALSE) print(data)

Run the code above in your browser using DataLab