[,ROISurface,numeric,missing,ANY-method | R Documentation |
Subsets an 'ROISurface' object by selecting specific vertex indices.
## S4 method for signature 'ROISurface,numeric,missing,ANY'
x[i, j, drop]
x |
The |
i |
A numeric vector specifying the indices within the ROI to select. |
j |
Missing (not used for this signature). |
drop |
Missing or ANY (ignored, always returns an |
A new ROISurface
object containing only the selected vertices
and their associated data from the original ROI.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.