| suit | R Documentation |
Returns the SUIT cerebellar parcellation (Diedrichsen et al., 2009): the cerebellar cortex split into anatomical lobules plus the deep nuclei (dentate, interposed, fastigial).
suit()
Surface lobules carry vertex indices into the shared SUIT cerebellar mesh
(see get_cerebellar_mesh()); deep nuclei carry individual 3D meshes. The
2D geometry is stored in the sf-optional polygon (geom) representation, so
the atlas renders with ggseg without requiring sf installed.
A ggseg_atlas object with components:
Character. Atlas name ("suit")
Character. Atlas type ("cerebellar")
Named character vector of colours for each region
A ggseg_data_cerebellar object containing:
A brain_polygons table for 2D rendering
Vertex indices for surface lobules
Per-structure 3D meshes for the deep nuclei
Diedrichsen J, Balsters JH, Flavell J, et al. (2009). A probabilistic MR atlas of the human cerebellum. NeuroImage, 46(1):39-46. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.neuroimage.2009.01.045")}
dk() for cortical parcellation,
aseg() for subcortical structures,
tracula() for white-matter tracts,
ggseg_atlas() for the atlas class constructor
Other ggseg_atlases:
aseg(),
dk(),
tracula()
suit()
atlas_regions(suit())
atlas_geometry_type(suit())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.