anlz: Constructor for Analyze

Description Usage Arguments Value Author(s) References See Also Examples

Description

Constructor for Analyze class objects.

Usage

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

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 convert.datatype.anlz or the ANALYZE documentation for more details.

...

allows for additional ‘slots’ to be specified.

x

is an object to be checked.

Value

An object of class anlz.

Author(s)

Brandon Whitcher bwhitcher@gmail.com

References

ANALYZE 7.5
http://www.mayo.edu/bir/PDF/ANALYZE75.pdf

See Also

anlz, nifti, nifti, convert.datatype.anlz

Examples

1
(aim <- anlz()) # default

oro.nifti documentation built on May 2, 2019, 5:26 p.m.