AxisSet2D-class: AxisSet2D

AxisSet2D-classR Documentation

AxisSet2D

Description

A two-dimensional axis set representing an ordered pair of named axes.

Slots

i

The first axis, inherited from AxisSet1D

j

The second axis, of class "NamedAxis"

See Also

AxisSet1D-class, AxisSet3D-class

Examples

# Create an AxisSet2D object
axis1 <- new("NamedAxis", axis = "x", direction = 1)
axis2 <- new("NamedAxis", axis = "y", direction = 1)
axisSet2D <- new("AxisSet2D", i = axis1, j = axis2, ndim = 2L)

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