Extract full sparse rows across time.
Source:R/all_generic.R, R/sparse_neurovec.R
temporal_access-methods.RdThis function extracts one or more rows from the sparse time-by-voxel backing
representation used by sparse neuroimaging vectors. It complements
matricized_access(), which is the column-oriented accessor.
Usage
temporal_access(x, i, ...)
# S4 method for class 'SparseNeuroVec,integer'
temporal_access(x, i)
# S4 method for class 'SparseNeuroVec,numeric'
temporal_access(x, i)
# S4 method for class 'BigNeuroVec,integer'
temporal_access(x, i)
# S4 method for class 'BigNeuroVec,numeric'
temporal_access(x, i)