View source: R/lme_readlabel.R
lme_readlabel | R Documentation |
Read FreeSurfer label files
lme_readlabel(fname)
fname |
Filename of a FreeSurfer label file. |
The function returns a nvertices-by-5 matrix, where each column means: (1) vertex number, (2-4) xyz at each vertex, (5) label value. The vertex number is 0-based.
## Not run: labels <- lme_readlabel(filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.