as.matrix,MappedNeuroVec-method {neuroim2} | R Documentation |
convert a NeuroVec
to a matrix
Description
convert a NeuroVec
to a matrix
convert a ROIVec
to a matrix
Convert to Matrix
Usage
## 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, ...)
Arguments
x |
The object to convert to a matrix |
... |
Additional arguments |
Value
A matrix representation of the object
[Package neuroim2 version 0.8.1 Index]