centering: centering

Description Usage Arguments Value See Also Examples

View source: R/niftiFMRI.R

Description

This function center the data in the two dimensions, the first dimension being indicated by col.first argument

Usage

1
centering(X,col.first=TRUE)

Arguments

X

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

col.first

Logical. Center the columns or the rows first

Value

Xcentred

the double centered matrix

See Also

reduction

Examples

1
2
# TODO!!
# Xcentred <- centering(X.masked,col.first=TRUE)$Xcentred

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