Learn R Programming

oro.nifti (version 0.1.4)

niftiExtension-class: Class "niftiExtension"

Description

An extension of the NIfTI class that allows "extensions" that conform to the NIfTI data standard.

Arguments

Objects from the Class

Objects can be created by calls of the form new("niftiExtension", data, dim, dimnames, ...).

Extends

Class "nifti", directly. Class "array", by class "nifti", distance 2. Class "matrix", by class "nifti", distance 3, with explicit test and coerce. Class "structure", by class "nifti", distance 3. Class "vector", by class "nifti", distance 4, with explicit coerce. Class "vector", by class "nifti", distance 6, with explicit test and coerce.

Methods

No methods defined with class "niftiExtension" in the signature.

References

NIfTI-1 http://nifti.nimh.nih.gov/

See Also

nifti, niftiAuditTrail

Examples

Run this code
showClass("niftiExtension")

Run the code above in your browser using DataLab