as.dense,ClusteredNeuroVol-method {neuroim2} | R Documentation |
Coerce ROIVol to DenseNeuroVol using as.dense method
Description
This function provides a method to coerce an object of class ROIVol
to a DenseNeuroVol
using the as.dense
method.
Usage
## S4 method for signature 'ClusteredNeuroVol'
as.dense(x)
## S4 method for signature 'ROIVol'
as.dense(x)
## S4 method for signature 'SparseNeuroVec'
as.dense(x)
Arguments
x |
An object of class |
Value
A NeuroVol
object representing the dense version of the clustered volume.
A DenseNeuroVol
object obtained by coercing the ROIVol
object.
[Package neuroim2 version 0.8.1 Index]