NeuroVol | R Documentation |
Construct a NeuroVol
instance, using default (dense) implementation
NeuroVol(data, space, label = "", indices = NULL)
data |
a three-dimensional |
space |
an instance of class |
label |
a |
indices |
an 1D vector that gives the linear indices of the associated |
a DenseNeuroVol
instance
bspace <- NeuroSpace(c(64,64,64), spacing=c(1,1,1))
dat <- array(rnorm(64*64*64), c(64,64,64))
bvol <- NeuroVol(dat,bspace, label="test")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.