rotate_surf {ciftiTools} | R Documentation |
Rotate a "surf"
object
Description
Rotate a "surf"
. Can be used to adjust the mesh orientation prior
to view_xifti_surface
.
Usage
rotate_surf(surf, r1 = 0, r2 = 0, r3 = 0, units = c("radians", "degrees"))
Arguments
surf |
The |
r1 , r2 , r3 |
Angle to rotate along the first, second, and third column's
axis, in With |
units |
|
Value
The rotated "surf"
See Also
Other surface-related:
add_surf()
,
boundary_mask_surf()
,
edit_mask_surf()
,
even_vert_samp()
,
is.surf()
,
load_surf()
,
mask_surf()
,
read_surf()
,
resample_surf()
,
surf_area()
,
view_surf()
,
write_surf_gifti()