get_cifti_type {cifti} | R Documentation |
Get Generic CIFTI Type
Description
Wrapper for multiple types of CIFTI XML types.
Usage
get_cifti_type(fname, type = c("Volume", "Surface", "Parcel", "NamedMap",
"BrainModel"))
cifti_as_list(fname, type = c("Volume", "Surface", "Parcel", "NamedMap",
"BrainModel"))
Arguments
fname |
File name of CIFTI file |
type |
type of data to extract from CIFTI XML |
Value
List of output from each type
[Package cifti version 0.4.5 Index]