Learn R Programming

ciftiTools (version 0.3.1)

template_xifti: Make a template "xifti" object

Description

Make a "xifti" object with all terminal entries NULL. Useful for seeing the structure of a "xifti" object.

Usage

template_xifti()

Arguments

Value

An empty "xifti" object with a valid list structure

Details

Additional metadata depends on the type of CIFTI file:

  1. "dtseries"

    1. time_startStart time

    2. time_stepThe TR

    3. time_unitUnit of time

  2. "dscalar"

    1. namesName of each data column

  3. "dlabels"

    1. labels Length \(T\) list of \(L \times 5\) data.frames. List entry names are data column names. Row names are label names. Column names are: Key, Red, Green, Blue, and Alpha.