select_xifti {ciftiTools} | R Documentation |
Select columns of a "xifti"
Description
Select column indices to keep in a "xifti"
. Can also be used to
reorder the columns.
Usage
select_xifti(xifti, idx, add_meta = "select")
Arguments
xifti |
A |
idx |
The column indices to keep, in order. |
add_meta |
Add |
Value
The "xifti"
with only the selected columns.
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()
,
set_names_xifti()
,
smooth_cifti()
,
transform_xifti()
[Package ciftiTools version 0.15.1 Index]