Learn R Programming

oro.nifti (version 0.11.4)

anlz: Constructor for Analyze

Description

Constructor for Analyze class objects.

Usage

anlz(img = array(0, dim = rep(1, 4)), dim, datatype = 2, ...)

Value

An object of class anlz.

Arguments

img

is a multidimensional array of data.

dim

is the dimension of the data (default = missing).

datatype

is an integer that denotes the type of data contained in each voxel. See the function convert.datatype.anlz or the ANALYZE documentation for more details.

...

allows for additional ‘slots’ to be specified.

Author

Brandon Whitcher bwhitcher@gmail.com

References

ANALYZE 7.5
http://eeg.sourceforge.net/ANALYZE75.pdf

See Also

anlz, nifti, nifti, convert.datatype.anlz

Examples

Run this code

aim <- anlz() # default

Run the code above in your browser using DataLab