Learn R Programming

tractor.base (version 2.5.0)

newSparseArrayWithData: Create a SparseArray object

Description

This function creates a SparseArray object from its constituent parts.

Usage

newSparseArrayWithData(data, coordinates, dims)

Arguments

data
A vector of (nonzero) array elements.
coordinates
A matrix with as many rows as data has elements, containing the coordinates of each nonzero element in the array.
dims
The dimensions of the array.

Value

  • A SparseArray object.

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