show,NeuroSlice-method | R Documentation |
Displays a formatted summary of a NeuroSlice
object's properties using
color-coded output for improved readability.
## S4 method for signature 'NeuroSlice'
show(object)
object |
A |
Display NeuroSlice Information
Shows key properties including:
Object type and class
Dimensions and memory usage
Spatial properties (spacing, origin)
Value range and statistics
Axis orientations
slice <- NeuroSlice(matrix(1:100, 10, 10), NeuroSpace(c(10, 10)))
show(slice)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.