axes-methods: Extract Image Axes

axesR Documentation

Extract Image Axes

Description

Extract Image Axes

Usage

axes(x)

## S4 method for signature 'NeuroSpace'
axes(x)

Arguments

x

an object with a set of axes

Value

the 'axes' associated with the object.

Examples

x <- NeuroSpace(c(10,10,10), spacing=c(1,1,1))
class(axes(x)) == "AxisSet3D"


bbuchsbaum/neuroim2 documentation built on Jan. 2, 2025, 3:38 p.m.