values | R Documentation |
Extract Data Values of an Object
values(x, ...)
## S4 method for signature 'DenseNeuroVol'
values(x)
## S4 method for signature 'SparseNeuroVol'
values(x)
## S4 method for signature 'ROIVol'
values(x, ...)
## S4 method for signature 'ROIVec'
values(x, ...)
x |
the object to get values from |
... |
additional arguments |
A vector or array containing the values extracted from x
.
x <- NeuroSpace(c(10,10,10), c(1,1,1))
vol <- NeuroVol(rnorm(10 * 10 * 10), x)
values(vol)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.