Learn R Programming

tractor.base (version 3.3.3.1)

newSparseArrayWithData: Create a SparseArray object

Description

This function creates a SparseArray object from its constituent parts.

Usage

newSparseArrayWithData(data, coordinates, dims)

Value

A SparseArray object.

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.

Author

Jon Clayden

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. https://www.jstatsoft.org/v44/i08/.