Learn R Programming

tractor.base (version 2.3.0)

SparseOrDenseArray-class: Class "SparseOrDenseArray"

Description

This virtual class encapsulates either a standard R array, or an object of class SparseArray. It is used as the data field in MriImage objects.

Arguments

Objects from the Class

A virtual Class: No objects may be created from it.

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("SparseOrDenseArray")

Run the code above in your browser using DataLab