"xifti"
Add left or right cortical surface geometry to a "xifti"
object.
add_surf(xifti, surfL = NULL, surfR = NULL)
the "xifti"
object with added surface geometry components.
A "xifti"
object.
(Optional) Left brain surface model. Can be a file
path to a GIFTI surface geometry file (ends in "*.surf.gii"), a
"gifti"
object representing surface geometry, or a "surf"
object.
(Optional) Right brain surface model. Can be a file
path to a GIFTI surface geometry file (ends in "*.surf.gii"), a
"gifti"
object representing surface geometry, or a "surf"
object.
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.
Other manipulating xifti:
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()
,
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()