per.hemi.vertex.indices | R Documentation |
Transform surfaces indices which go over two surfaces to per-hemi indices.
per.hemi.vertex.indices(surfaces, vertices)
surfaces |
hemilist of surfaces, or a single integer, which will be interpreted as the number of vertices of the left hemisphere surface. |
vertices |
positive integer vector, the query vertex indices. Must be in range 1 to (num_verts_lh + num_verts_rh). |
named list with the following entries: 'vertices', hemilist of indices for the hemispheres. 'query_indices', hemilist of the indices of the respective vertices in the vector that was passed as parameter vertices. 'vertices_hemi': vector of character strings containing the hemi value (lh or rh) for the query vertices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.