brain_regions {ggseg} | R Documentation |
Extract unique names of brain regions
Description
Convenience function to extract names of
brain regions from a brain_atlas
Usage
brain_regions(x)
## S3 method for class 'ggseg_atlas'
brain_regions(x)
## S3 method for class 'brain_atlas'
brain_regions(x)
## S3 method for class 'data.frame'
brain_regions(x)
Arguments
x |
brain atlas |
Value
Character vector of brain region names
[Package ggseg version 1.6.5 Index]