Learn R Programming

FIACH (version 0.1.2)

fd: Framewise Displacement

Description

This function computes the Framewise Displacement of Realignment Parameters. This function assumes that the first 6 columns of the input are the volumetric realignment parameters.

Usage

fd(input)

Arguments

input
A character vector specifying the path to the rp file or a matrix.

Value

returns a time series containing the fd across time

Examples

Run this code
data(rp)
fd(rp)

Run the code above in your browser using DataLab