convert a NeuroVec to a matrix
Source: R/clustered_neurovec.R, R/mapped_neurovec.R, R/neurovec.R, and 3 more
as.matrix-methods.RdConverts a NeuroVecSeq to a dense voxel-by-time matrix.
Usage
# S4 method for class 'ClusteredNeuroVec'
as.matrix(x, by = c("cluster", "voxel"))
# S4 method for class 'MappedNeuroVec'
as.matrix(x)
# S4 method for class 'NeuroVec'
as.matrix(x)
# S4 method for class 'DenseNeuroVec'
as.matrix(x)
# S4 method for class 'NeuroVecSeq'
as.matrix(x, ...)
# S4 method for class 'ROIVec'
as.matrix(x)
# S4 method for class 'AbstractSparseNeuroVec'
as.matrix(x, ...)