NeuroVecSeq | R Documentation |
Constructs a NeuroVecSeq object to represent a variable-length list of NeuroVec objects.
NeuroVecSeq(...)
... |
One or more instances of type NeuroVec. |
A NeuroVecSeq object containing the provided NeuroVec objects, along with the associated space and length information.
v1 <- NeuroVec(array(0, c(5, 5, 5, 2)), space = NeuroSpace(dim = c(5, 5, 5, 2)))
v2 <- NeuroVec(array(0, c(5, 5, 5, 4)), space = NeuroSpace(dim = c(5, 5, 5, 4)))
v3 <- NeuroVec(array(0, c(5, 5, 5, 6)), space = NeuroSpace(dim = c(5, 5, 5, 6)))
vs <- NeuroVecSeq(v1, v2, v3)
blks <- split_blocks(vs, rep(1:3, each = 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.