| summary-neuro-methods | R Documentation |
Provides a concise summary of neuroimaging volume and vector objects, including spatial metadata and data statistics.
## S4 method for signature 'NeuroVol'
summary(object, ...)
## S4 method for signature 'DenseNeuroVec'
summary(object, ...)
## S4 method for signature 'SparseNeuroVec'
summary(object, ...)
object |
A neuroimaging object. |
... |
Additional arguments (currently ignored). |
An object of class "summary.NeuroVol" or
"summary.NeuroVec" (invisibly), with a print method.
vol <- DenseNeuroVol(array(rnorm(27), c(3,3,3)),
NeuroSpace(c(3L,3L,3L), c(1,1,1)))
summary(vol)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.