Learn R Programming

oro.nifti (version 0.1.4)

anlz: Constructor for Analyze

Description

Constructor for Analyze class objects.

Usage

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

Arguments

img
is a multidimensional array of data.
dim
is the dimension of the data (default = missing).
...
allows for additional slots to be specified.
x
is an object to be checked.

Value

  • An object of class anlz.

References

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

See Also

anlz, nifti, nifti

Examples

Run this code
aim <- anlz() # default
aim

Run the code above in your browser using DataLab