template_xifti {ciftiTools} | R Documentation |
Make a template "xifti"
object
Description
Make a "xifti"
object with all terminal entries NULL
. Useful for
seeing the structure of a "xifti"
object or creating a new one.
Usage
template_xifti()
Details
Additional metadata depends on the type of CIFTI file:
- "dtseries"
-
- time_start:
Start time
- time_step:
The TR
- time_unit:
Unit of time
- "dscalar"
-
- names:
Name of each data column
- "dlabels"
-
- names:
Name of each data column
- labels:
-
Length
T
list ofL \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.
Value
An empty "xifti"
object with a valid list structure
[Package ciftiTools version 0.16.1 Index]