Extract Image Origin
Usage
origin(x)
# S4 method for class 'NeuroSpace'
origin(x)
# S4 method for class 'NeuroVol'
origin(x)
# S4 method for class 'NeuroVec'
origin(x)
Examples
bspace <- NeuroSpace(c(10,10,10), c(2,2,2))
stopifnot(origin(bspace) == c(0,0,0))