powered by
A two-dimensional axis set representing an ordered pair of named axes.
i
The first axis, inherited from AxisSet1D
j
The second axis, of class "NamedAxis"
AxisSet1D-class, AxisSet3D-class
AxisSet1D-class
AxisSet3D-class
# 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)
Run the code above in your browser using DataLab