Learn R Programming

tractor.base (version 2.3.0)

MriImageMetadata-class: Class "MriImageMetadata"

Description

This class represents MRI image metadata. An object of this class contains various information about an image, such as its image and voxel dimensions, coordinate origin and storage data type. An object of type MriImage can be treated as a metadata object, since the latter is embedded in it.

Arguments

Extends

Class "SerialisableObject", directly.

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/.

Examples

Run this code
showClass("MriImageMetadata")

Run the code above in your browser using DataLab