brain_atlas {ggseg} | R Documentation |
Constructor for brain atlas
Description
Creates an object of class 'brain_atlas' that is compatible for plotting using the ggseg-package plot functions
Usage
brain_atlas(atlas, type, data, palette = NULL)
Arguments
atlas |
atlas short name, length one |
type |
atlas type, cortical or subcortical, length one |
data |
data.frame with atlas data |
palette |
named character vector of colours |
Value
an object of class 'brain_atlas' containing information
on atlas name, type, data and palette. To be used in plotting
with geom_brain
.
[Package ggseg version 1.6.5 Index]