Learn R Programming

ggseg.formats (version 0.0.2)

atlas_vertices: Get atlas vertices for 3D rendering

Description

Returns vertices data joined with core region info and palette colours. Used for cortical atlases with vertex-based rendering.

Usage

atlas_vertices(atlas)

Value

data.frame with vertices ready for 3D rendering

Arguments

atlas

a ggseg_atlas object

Examples

Run this code
verts <- atlas_vertices(dk())
head(verts)

Run the code above in your browser using DataLab