dim.xifti {ciftiTools} | R Documentation |
Dimensions of a "xifti"
Description
Returns the number of rows (vertices + voxels) and columns (measurements) in
the "xifti"
data.
Usage
## S3 method for class 'xifti'
dim(x)
Arguments
x |
A |
Value
The number of rows and columns in the "xifti"
data.
[Package ciftiTools version 0.15.1 Index]