Summary,SparseNeuroVec-method {neuroim2} | R Documentation |
Summary method for Neuroimaging objects
Description
Summary method for Neuroimaging objects
Usage
## S4 method for signature 'SparseNeuroVec'
Summary(x, ..., na.rm = FALSE)
## S4 method for signature 'SparseNeuroVol'
Summary(x, ..., na.rm = FALSE)
## S4 method for signature 'DenseNeuroVol'
Summary(x, ..., na.rm = FALSE)
## S4 method for signature 'DenseNeuroVol'
Summary(x, ..., na.rm = FALSE)
## S4 method for signature 'DenseNeuroVol'
Summary(x, ..., na.rm = FALSE)
Arguments
x |
A SparseNeuroVec object |
... |
Additional arguments passed to methods |
na.rm |
Logical indicating whether to remove NA values before computation |
Value
the summary of the SparseNeuroVec object
[Package neuroim2 version 0.8.1 Index]