surf_area {ciftiTools} | R Documentation |
Surface area calculation
Description
Calculate surface area of a "surf"
object by vertex or face. Surface
area calculation by vertex matches the Workbench command
"-surface-vertex-areas".
Usage
surf_area(surf, by = c("vertex", "face"))
Arguments
surf |
The |
by |
|
Value
Vector of surface areas by
vertex or face, in the same order
as how the vertices or faces are listed in surf
. The units are the
square of the units of surf$vertices
.
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()
,
rotate_surf()
,
view_surf()
,
write_surf_gifti()