print.atlas: Print Method for Atlas Objects

View source: R/atlas.R

print.atlasR Documentation

Print Method for Atlas Objects

Description

Displays a formatted summary of an atlas object, including its name, dimensions, number of regions, and a color-coded breakdown of anatomical structures.

Usage

## S3 method for class 'atlas'
print(x, ...)

Arguments

x

An object of class 'atlas'

...

Additional arguments passed to print methods

Details

This print method provides a visually enhanced display of atlas information using colored output via the crayon package. It shows:

  • Atlas name and type

  • Volume dimensions and spacing

  • Total number of regions

  • Summary of anatomical structures by hemisphere


bbuchsbaum/neuroatlas documentation built on Dec. 24, 2024, 4:22 a.m.