AxisSet2D-class {neuroim2} | R 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)
[Package neuroim2 version 0.8.1 Index]