f.write.list.to.hdr.nifti {AnalyzeFMRI} | R Documentation |
Writes a list of attributes to a .hdr file
f.write.list.to.hdr.nifti(L,file)
L |
A list of the all the fields included in a .hdr file |
file |
The name of the file to write, preferably with .hdr suffix |
Nothing is returned
a<-array(rnorm(20*30*40*3),dim=c(20,30,40,3)) file<-"temp.hdr" b<-f.basic.hdr.nifti.list.create(dim(a), file) f.write.list.to.hdr.nifti(b,file)