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

View source: R/rgl-3d.r

rglDrawStandardAxesR Documentation

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. whether to draw axis labels.

spheres

logical. whether to draw axis spheres at the end points.

...

not evaluated.


OpenRepGrid documentation built on May 31, 2023, 5:33 p.m.