as.matrix.xifti {ciftiTools}R Documentation

Convert a "xifti" to a matrix

Description

Converts a "xifti" to a matrix by concatenating the data from each brainstructure along the rows. Surfaces and metadata are discarded.

Usage

## S3 method for class 'xifti'
as.matrix(x, ...)

Arguments

x

A "xifti" object.

...

Unused

Value

The input as a matrix. Each brainstructure's data is concatenated.


[Package ciftiTools version 0.14.0 Index]