View source: R/semantics-axes.R
semantics_axes | R Documentation |
Axis semantics are created using 'semantics_axes' functions. As there are a lot of conventions, we have both an interface to define your own as well as using ones contributed by the community, such as 'semantics_axes_unity' for the Unity game engine.
semantics_axes(x = NULL, y = NULL, z = NULL, hand = NULL)
x, y, z |
String values giving semantic meaning for each positive direction, relative to the origin. Acceptable values include 'up', 'down', 'left', 'right', 'forward', and 'backward'. |
hand |
'left' or 'right' specifying the handedness of the coordinate system. |
semantics_angles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.