brain_labels {ggseg} | R Documentation |
Extract unique labels of brain regions
Description
Convenience function to extract names of
brain labels from a brain_atlas
.
Brain labels are usually default naming obtained
from the original atlas data.
Usage
brain_labels(x)
## S3 method for class 'ggseg_atlas'
brain_labels(x)
## S3 method for class 'brain_atlas'
brain_labels(x)
Arguments
x |
brain atlas |
Value
Character vector of atlas region labels
[Package ggseg version 1.6.5 Index]