Learn R Programming

neuroim2 (version 0.8.5)

axes: Extract Image Axes

Description

Extract Image Axes

Usage

axes(x)

# S4 method for NeuroSpace axes(x)

Value

An object representing the axes of x.

Arguments

x

an object with a set of axes

Examples

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

Run the code above in your browser using DataLab