Learn R Programming

AnalyzeFMRI (version 1.1-16)

fourDto2D: fourDto2D

Description

This function transforms a 4D image array into a 2D image matrix by unrolling space. This is usefull to perform a subsequent ICA.

Usage

fourDto2D(volume.4d, tm)

Arguments

volume.4d

a 4D array to be transformed

tm

number of time dimensions

Value

x.2d

matrix of size tm x vm which contains the tm images

See Also

threeDto4D twoDto4D

Examples

Run this code
# NOT RUN {
# TODO!!

# }

Run the code above in your browser using DataLab