boundary_mask_surf | R Documentation |
Identify the vertices within boundary_width
edges of a vertex in the
input mask on a triangular mesh. Returns a logical indicating if a vertex
is within boundary_width
edges of the mask.
boundary_mask_surf(faces, mask, boundary_width = 10)
faces |
An |
mask |
A length |
boundary_width |
A positive integer representing the width of the
boundary to compute. The furthest vertices from the input mask will be this
number of edges away from the closest vertex in the input mask. Default:
|
A length-V logical vector. Each entry corresponds to the vertex
with the same index. The value is true if a vertex is within
boundary_width
edges of a vertex in the mesh, but is not within the
mesh itself.
Other surface-related:
add_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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.