Learn R Programming

ciftiTools (version 0.3.1)

as.matrix.xifti: Convert a "xifti" to a matrix

Description

Converts a "xifti" to a matrix. Surfaces and metadata are discarded.

Usage

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

Arguments

x

The "xifti" object

...

Unused

Value

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