R/all_generic.R
R/neurospace.R
axes-methods.Rd
Extract Image Axes
axes(x) # S4 method for class 'NeuroSpace' axes(x)
an object with a set of axes
An object representing the axes of x.
axes
x
x <- NeuroSpace(c(10,10,10), spacing=c(1,1,1)) class(axes(x)) == "AxisSet3D" #> [1] TRUE