| newSparseArrayWithData {tractor.base} | R Documentation |
This function creates a SparseArray object from its
constituent parts.
newSparseArrayWithData(data, coordinates, dims)
data |
A vector of (nonzero) array elements. |
coordinates |
A matrix with as many rows as |
dims |
The dimensions of the array. |
A SparseArray object.
Jon Clayden
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/.