parc_borders | R Documentation |
Identify vertices which lie on the border of different parcels.
parc_borders(parc, surf = NULL, hemisphere = c("left", "right"))
parc |
Integer vector the same length as the number of vertices. Each entry indicates the parcel that vertex belongs to. |
surf |
The surface which the vertices belong to, or just the |
hemisphere |
Only used to choose which default surface to use if
|
Logical vector the same length as parc
indicating if the
vertex lies on a border.
Other parcellation-related:
apply_parc()
,
load_parc()
,
load_sub_parc()
,
parc_add_subcortex()
,
parc_vals_to_xifti()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.