Skip to contents

Creates and manipulates sampling frame objects that represent the temporal structure of fMRI datasets. A sampling frame encapsulates run lengths, repetition time (TR), and provides derived temporal properties.

Usage

sampling_frame(run_length, TR)

Arguments

run_length

A numeric vector of run lengths (number of timepoints per run)

TR

Repetition time in seconds

Value

A sampling_frame object