| as.matrix,ClusteredNeuroVec-method | R Documentation |
NeuroVec to a matrixConverts a NeuroVecSeq to a dense voxel-by-time matrix.
## S4 method for signature 'ClusteredNeuroVec'
as.matrix(x, by = c("cluster", "voxel"))
## S4 method for signature 'MappedNeuroVec'
as.matrix(x)
## S4 method for signature 'NeuroVec'
as.matrix(x)
## S4 method for signature 'DenseNeuroVec'
as.matrix(x)
## S4 method for signature 'NeuroVecSeq'
as.matrix(x, ...)
## S4 method for signature 'ROIVec'
as.matrix(x)
## S4 method for signature 'AbstractSparseNeuroVec'
as.matrix(x, ...)
x |
The object to convert to a matrix |
by |
For ClusteredNeuroVec: controls the conversion target. Defaults to "cluster" to return a TxK matrix of cluster time-series. "voxel" is reserved for future use. |
... |
Additional arguments |
A matrix with one row per voxel and one column per time point.
A matrix representation of the object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.