newSparseArrayWithData: Create a SparseArray object

newSparseArrayWithDataR Documentation

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.

Author(s)

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


tractor.base documentation built on Aug. 24, 2022, 5:06 p.m.