Description Usage Arguments Value See Also Examples
Creates a basic list that can be used to write a .hdr file or the header part of a .nii file
1 | f.basic.hdr.nifti.list.create(dim.mat, file)
|
dim.mat |
|
file |
|
Returns a list of all the fields needed to create a .hdr file (see the function code for details).
f.write.list.to.hdr.nifti
,
f.nifti.file.summary
1 2 3 4 5 6 | ## Not run:
dim.mat <- c(20,30,40,3)
file<-"temp.hdr"
f.basic.hdr.nifti.list.create(dim.mat, file)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.