Learn R Programming

OpenRepGrid (version 0.1.9)

rglDrawStandardAxes: Draw standard axes in the origin in an rgl plot.

Description

Draw standard axes in the origin in an rgl plot.

Usage

rglDrawStandardAxes(max.dim = 1, lwd = 1, a.cex = 1.1, a.col = "black", a.radius = 0.05, labels = TRUE, spheres = FALSE, ...)

Arguments

max.dim
maximum length of axis.
lwd
line width.
a.cex
cex for axis labels.
a.col
axis color.
a.radius
radius of spheres at the end points of the axes.
labels
logical. wether to draw axis labels.
spheres
logical. wether to draw axis spheres at the end points.
...
not evaluated.