add_surf {ciftiTools} | R Documentation |
Add surface(s) to a "xifti"
Description
Add left or right cortical surface geometry to a "xifti"
object.
Usage
add_surf(xifti, surfL = NULL, surfR = NULL)
Arguments
xifti |
A |
surfL |
(Optional) Left brain surface model. Can be a file
path to a GIFTI surface geometry file (ends in "*.surf.gii"), a
|
surfR |
(Optional) Right brain surface model. Can be a file
path to a GIFTI surface geometry file (ends in "*.surf.gii"), a
|
Details
surfL
will be added to xifti$surf$cortex_left
and surfR
will be added to xifti$surf$cortex_right
. Any existing surfaces will
be overwritten.
If the resolutions of the data and surfaces do not match, the surfaces will be resampled to match the resolution of the data. The barycentric resampling method, which is recommended for anatomical surfaces, will be used.
Value
the "xifti"
object with added surface geometry components.
See Also
Other manipulating xifti:
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()
,
set_names_xifti()
,
smooth_cifti()
,
transform_xifti()
Other surface-related:
boundary_mask_surf()
,
edit_mask_surf()
,
even_vert_samp()
,
is.surf()
,
load_surf()
,
mask_surf()
,
read_surf()
,
resample_surf()
,
rotate_surf()
,
surf_area()
,
view_surf()
,
write_surf_gifti()