powered by
Extract Image Origin
origin(x)# S4 method for NeuroSpace origin(x)# S4 method for NeuroVol origin(x)# S4 method for NeuroVec origin(x)
# S4 method for NeuroSpace origin(x)
# S4 method for NeuroVol origin(x)
# S4 method for NeuroVec origin(x)
A numeric vector giving the origin of x.
x
an object with an origin
bspace <- NeuroSpace(c(10,10,10), c(2,2,2)) stopifnot(origin(bspace) == c(0,0,0))
Run the code above in your browser using DataLab