as.matrix,MappedNeuroVec-method | R Documentation |
NeuroVec
to a matrixconvert a NeuroVec
to a matrix
convert a ROIVec
to a matrix
Convert to Matrix
## S4 method for signature 'MappedNeuroVec'
as.matrix(x)
## S4 method for signature 'NeuroVec'
as.matrix(x)
## S4 method for signature 'NeuroVec'
as.matrix(x)
## S4 method for signature 'DenseNeuroVec'
as.matrix(x)
## S4 method for signature 'ROIVec'
as.matrix(x)
## S4 method for signature 'SparseNeuroVec'
as.matrix(x, ...)
x |
The object to convert to a matrix |
... |
Additional arguments |
A matrix representation of the object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.