origin | R Documentation |
Extract Image Origin
origin(x)
## S4 method for signature 'NeuroSpace'
origin(x)
## S4 method for signature 'NeuroVol'
origin(x)
x |
an object with an origin |
the origin of the image
bspace <- NeuroSpace(c(10,10,10), c(2,2,2))
stopifnot(origin(bspace) == c(0,0,0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.