surf_area | R Documentation |
Calculate surface area of a "surf"
object by vertex or face. Surface
area calculation by vertex matches the Workbench command
"-surface-vertex-areas".
surf_area(surf, by = c("vertex", "face"))
surf |
The |
by |
|
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
.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.