length,NeuroVec-method | R Documentation |
Returns the number of time points (4th dimension) in a NeuroVec object. This represents the temporal dimension of the neuroimaging data.
Returns the total number of time points across all vectors in the sequence
## S4 method for signature 'NeuroVec'
length(x)
## S4 method for signature 'NeuroVecSeq'
length(x)
## S4 method for signature 'ROIVol'
length(x)
## S4 method for signature 'ROICoords'
length(x)
## S4 method for signature 'ROIVol'
length(x)
## S4 method for signature 'ROICoords'
length(x)
## S4 method for signature 'ROIVol'
length(x)
x |
A NeuroVecSeq object |
Integer length (total number of time points)
An integer representing the number of coordinates in the ROICoords object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.