annot.outline.border.vertices | R Documentation |
Compute the border vertices for each region in an annot.
annot.outline.border.vertices(
annotdata,
surface_mesh,
silent = TRUE,
expand_inwards = 0L,
limit_to_regions = NULL
)
annotdata |
an annotation, as returned by functions like |
surface_mesh |
brain surface mesh, as returned by functions like |
silent |
logical, whether to suppress status messages. |
expand_inwards |
integer, additional thickness of the borders. Increases computation time, defaults to 0L. |
limit_to_regions |
vector of character strings or NULL, a list of regions for which to draw the outline (see |
named list, the keys are the region names and the values are vectors of integers encoding vertex indices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.