infer_format_ifti {fMRItools} | R Documentation |
Infer fMRI data format
Description
Infer fMRI data format
Usage
infer_format_ifti(BOLD, verbose = FALSE)
Arguments
BOLD |
The fMRI data |
verbose |
Print the format? Default: |
Value
A length-two vector. The first element indicates the format:
"CIFTI"
file path, "xifti"
object,
"GIFTI"
file path, "gifti"
object,
"NIFTI"
file path, "nifti"
object,
"RDS"
file path, or "data"
.
The second element indicates
the sub-format if relevant; i.e. the type of CIFTI or GIFTI file/object.
[Package fMRItools version 0.4.7 Index]