Learn R Programming

ggseg.formats (version 0.0.1)

atlas_meshes: Get atlas meshes for 3D rendering

Description

Returns meshes data joined with core region info and palette colours. Used for subcortical and tract atlases.

Usage

atlas_meshes(atlas)

Value

data.frame with meshes ready for 3D rendering

Arguments

atlas

a ggseg_atlas object

Examples

Run this code
meshes <- atlas_meshes(aseg())
head(meshes)

Run the code above in your browser using DataLab