Learn R Programming

tractor.base (version 2.3.0)

MriImage-class: Class "MriImage"

Description

This class represents an MRI image. An object of this class is made up of some voxel data, stored as a sparse or dense numeric array, and an MriImageMetadata object, which stores extra information about the image, such as the file it was read from, the voxel dimensions, and so on. Since the class inherits from MriImageMetadata, any object can be treated as an object of that class where needed. The group generic functions Math, Ops and Summary are defined for this class, as are methods for coercing to and from a standard Rarray.

Arguments

Extends

Class "MriImageMetadata", directly. Class "SerialisableObject", by class "MriImageMetadata", distance 2.

All reference classes extend and inherit methods from "envRefClass".

References

Please cite the following reference when using TractoR in your work:

J.D. Clayden, S. Muñoz Maniega, A.J. Storkey, M.D. King, M.E. Bastin & C.A. Clark (2011). TractoR: Magnetic resonance imaging and tractography with R. Journal of Statistical Software 44(8):1-18. http://www.jstatsoft.org/v44/i08/.

See Also

The SerialisableObject and MriImageMetadata classes, which this class extends. Also the group generic functions Math, Ops and Summary (in the methods package); newMriImageWithSimpleFunction and newMriImageWithBinaryFunction.

Examples

Run this code
showClass("MriImage")

Run the code above in your browser using DataLab