submesh.vertex | R Documentation |
Create a submesh including only the given vertices.
submesh.vertex(surface_mesh, old_vertex_indices_to_use, ret_mappings = FALSE)
surface_mesh |
an |
old_vertex_indices_to_use |
integer vector, the vertex indices of the 'surface_mesh' that should be used to construct the new sub mesh. |
ret_mappings |
whether to return the vertex mappings. If |
the new mesh, made up of the given 'old_vertex_indices_to_use' and all (complete) faces that exist between the query vertices in the source mesh. But see 'ret_mapping' parameter.
## Not run: if(requireNamespace("fsbrain, quietly=T")) { sjd = fsbrain::fsaverage.path(T); sj = "fsaverage"; mesh = fsbrain::subject.surface(sjd, sj, hemi="lh"); lab = fsbrain::subject.label(sjd, sj, "cortex", hemi = "lh"); sm = submesh.vertex(mesh, lab); fsbrain::vis.fs.surface(mesh); # show the full mesh. fsbrain::vis.fs.surface(sm); # show only the cortex. } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.