axes {neuroim2}R 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

An object representing the axes of x.

Examples

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


[Package neuroim2 version 0.8.1 Index]