Description Usage Arguments Details Value Author(s) References See Also Examples
Write a 4 dimensional datacube in NIFTI file format.
1 | write.NIFTI(ttt, header=NULL, filename)
|
ttt |
4 dimensional datacube |
header |
header information |
filename |
file name |
Writes the datacube ttt
to a file named file
in NIFTI file
format. header
is a list that contains the header
information.
See NIFTI documentation for details.
Nothing is returned.
Karsten Tabelow tabelow@wias-berlin.de
Polzehl, J. and Tabelow, K. (2007) fmri: A Package for Analyzing fmri Data, R News, 7:13-17 .
1 2 3 | ## Example 1
write.NIFTI(array(as.integer(65526*runif(10*10*10*20)),c(10,10,10,20)),
file=file.path(tempdir(),"niftifile"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.