Draw standard axes in the origin in an rgl plot.
rglDrawStandardAxes(
max.dim = 1,
lwd = 1,
a.cex = 1.1,
a.col = "black",
a.radius = 0.05,
labels = TRUE,
spheres = FALSE,
...
)
maximum length of axis.
line width.
cex for axis labels.
axis color.
radius of spheres at the end points of the axes.
logical. whether to draw axis labels.
logical. whether to draw axis spheres at the end points.
not evaluated.