annot.outline.border.vertices {fsbrain} | R Documentation |
Compute the border vertices for each region in an annot.
Description
Compute the border vertices for each region in an annot.
Usage
annot.outline.border.vertices(
annotdata,
surface_mesh,
silent = TRUE,
expand_inwards = 0L,
limit_to_regions = NULL
)
Arguments
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 |
Value
named list, the keys are the region names and the values are vectors of integers encoding vertex indices.