reduction: reduction

Description Usage Arguments Value See Also Examples

View source: R/niftiFMRI.R

Description

This function reduces the data in the row or col dimension.

Usage

1
reduction(X,row.red=TRUE)

Arguments

X

a matrix of size tm x vm which contains the functionnal images

row.red

Logical. Reduces the columns or the rows

Value

Xred

the reduced matrix

See Also

centering

Examples

1
2
# TODO!!
# Xcr <- reduction(Xcentred,row.red=TRUE)$Xred

AnalyzeFMRI documentation built on Oct. 5, 2021, 5:06 p.m.