origin {neuroim} | R Documentation |
Generic getter to extract image origin
Description
Generic getter to extract image origin
Usage
origin(x)
## S4 method for signature 'BrainSpace'
origin(x)
## S4 method for signature 'BrainData'
origin(x)
Arguments
x |
an object with an origin |
Examples
bspace <- BrainSpace(c(10,10,10), c(2,2,2))
origin(bspace)
[Package neuroim version 0.0.6 Index]