show-methods: Show NeuroHyperVec Object

show,IndexLookupVol-methodR Documentation

Show NeuroHyperVec Object

Description

Displays a formatted summary of a NeuroHyperVec object, including dimensions, sparsity information, and memory usage.

Displays a formatted summary of a NeuroSlice object's properties using color-coded output for improved readability.

Usage

## S4 method for signature 'IndexLookupVol'
show(object)

## S4 method for signature 'NeuroHyperVec'
show(object)

## S4 method for signature 'NeuroSlice'
show(object)

## S4 method for signature 'NeuroSpace'
show(object)

## S4 method for signature 'DenseNeuroVec'
show(object)

## S4 method for signature 'NeuroVecSeq'
show(object)

## S4 method for signature 'NeuroVecSeq'
show(object)

## S4 method for signature 'Kernel'
show(object)

## S4 method for signature 'ROICoords'
show(object)

Arguments

object

A NeuroSlice object

Details

Display NeuroHyperVec Object

Display NeuroSlice Information

Value

Invisibly returns NULL, called for its side effect of displaying the object.

Invisibly returns NULL, called for its side effect of displaying the object.

Invisibly returns NULL, called for its side effect of displaying the object.

Invisibly returns NULL, called for its side effect of displaying the object.

Invisibly returns NULL, called for its side effect of displaying the object.

Invisibly returns NULL after printing the object summary.

Examples

slice <- NeuroSlice(matrix(1:100, 10, 10), NeuroSpace(c(10, 10)))
show(slice)


bbuchsbaum/neuroim2 documentation built on Feb. 26, 2025, 3:49 p.m.