AxisSet2D-class | R Documentation |
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
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.