Description Usage Arguments Value Examples
Construct a BrainVolume
instance, using default (dense) implementation
1 |
data |
a three-dimensional |
space |
an instance of class |
source |
an instance of class |
label |
a |
indices |
an 1D vector that gives the linear indices of the associated |
a DenseBrainVolume
instance
1 2 3 4 | bspace <- BrainSpace(c(64,64,64), spacing=c(1,1,1))
dat <- array(rnorm(64*64*64), c(64,64,64))
bvol <- BrainVolume(dat,bspace, label="test")
print(bvol)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.