set_names_xifti {ciftiTools} | R Documentation |
Set "xifti"
column names
Description
Change the column names of a "dscalar"
or "dlabel"
"xifti"
object.
Usage
set_names_xifti(xifti, names)
Arguments
xifti |
A |
names |
The new column names, as a character vector with length
equal to the same number of columns in |
Value
xifti
with the new column names.
See Also
Other manipulating xifti:
add_surf()
,
apply_parc()
,
apply_xifti()
,
combine_xifti()
,
convert_to_dlabel()
,
merge_xifti()
,
move_to_mwall()
,
newdata_xifti()
,
remap_cifti()
,
remove_xifti()
,
resample_cifti()
,
resample_cifti_from_template()
,
scale_xifti()
,
select_xifti()
,
smooth_cifti()
,
transform_xifti()
[Package ciftiTools version 0.15.1 Index]