Skip to contents

Print methods for various atlas objects in the neuroatlas package

Usage

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

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

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

Arguments

x

An atlas object (atlas, glasser, schaefer, etc.)

...

Additional arguments passed to print

Value

The object is returned invisibly

Examples

atlas <- get_aseg_atlas()
print(atlas)
#> ── Atlas Summary ─────────────────────────────────────────── 
#> 
#>  Name:   ASEG
#>  Dimensions: 193 x 229 x 193
#>  Regions: 17
#> 
#> Structure Distribution:
#> |- Left hemisphere:     7
#> |- Right hemisphere:    8
#> \- Bilateral/Midline:   2
#> 
#> ────────────────────────────────────────────────────────────