View source: R/resample_cifti_from_template.R
resample_cifti_from_template | R Documentation |
Resample a CIFTI from a template, ensuring the new CIFTI's resolution matches that of the template.
resample_cifti_from_template(original_fname, template_fname, target_fname)
original_fname |
A CIFTI file to resample. |
template_fname |
A CIFTI file to use as the template. |
target_fname |
The file name to save the resampled CIFTI. |
The target_fname
, invisibly
This function interfaces with the "-cifti-resample"
Workbench command.
Other manipulating xifti:
add_surf()
,
apply_parc()
,
apply_xifti()
,
combine_xifti()
,
convert_to_dlabel()
,
merge_xifti()
,
move_to_mwall()
,
move_to_submask()
,
newdata_xifti()
,
remap_cifti()
,
remove_xifti()
,
resample_cifti()
,
scale_xifti()
,
select_xifti()
,
set_names_xifti()
,
smooth_cifti()
,
transform_xifti()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.