Skip to contents

Extract Image Origin

Usage

origin(x)

# S4 method for NeuroSpace
origin(x)

# S4 method for NeuroVol
origin(x)

Arguments

x

an object with an origin

Value

the origin of the image

Examples

bspace <- NeuroSpace(c(10,10,10), c(2,2,2))
stopifnot(origin(bspace) == c(0,0,0))