axis3js.Rd
This is used as part of the plot3js()
function but can be called
separately to add an axis, generally in combination after other lower
level functions like plot3js.new()
and plot3js.window()
.
axis3js(
data3js,
side,
at = NULL,
labels = NULL,
cornerside = "f",
labeloffset = 0.1,
...
)
The data3js object
The axis side, either "x", "y" or "z"
Where to draw labels
Vector of labels to use
See material3js()
Amount of offset of axis labels from the edge of the plot
Other arguments to pass to material3js()
Returns an updated data3js object
Other plot components:
arrows3js()
,
box3js()
,
grid3js()
,
legend3js()
,
light3js()
,
lines3js()
,
mtext3js()
,
points3js()
,
segments3js()
,
shape3js()
,
sphere3js()
,
surface3js()
,
text3js()
,
triangle3js()