Description Objects Slots Methods Author(s) References See Also Examples
The arf3DS4 "nifti.fileinfo" class contains the basic file information needed to read/write an ANALYZE/NIFTI header.
Objects can be created by calls of the form new("nifti.fileinfo", ...)
.
fullpath
:Full path of fMRI datafile.
filename
:Filename of the fMRI datafile.
filetype
:Type of the fMRI datafile.
extension
:File extension.
gzipped
:Is the file gzipped?
endian
:Endianness of file.
version
:Object of class "version" (see version
)
Standard arf3DS4 accessor and replacement functions can be used to access and replace slots.
.classname.slotname(object)
.classname.slotname(object)<-
In this case classname is "nifti.fileinfo" and slotname is for example "extension". So to access the "extension" slot of an r-object "myniftifileinfo" (of class "nifti.fileinfo") type .nifti.fileinfo.extension(myfniftifileinfo)
.
Wouter D. Weeda - w.d.weeda@gmail.com
See the Nifti homepage (http://nifti.nimh.nih.gov/) for more information on the nifti filetype.
1 | showClass("nifti.fileinfo")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.