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

View source: R/utils_xifti.R

as.matrix.xiftiR 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.


mandymejia/ciftiTools documentation built on Feb. 28, 2024, 11:20 a.m.