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 "xifti" object.

Value

The number of rows and columns in the "xifti" data.


[Package ciftiTools version 0.14.0 Index]