biplot3dBase2: biplot3dBase2 is the workhorse to draw a grid in rgl (3D...

View source: R/rgl-3d.r

biplot3dBase2R Documentation

biplot3dBase2 is the workhorse to draw a grid in rgl (3D device).

Description

biplot3dBase2 is the workhorse to draw a grid in rgl (3D device).

Usage

biplot3dBase2(
  x,
  dim = 1:3,
  labels.e = TRUE,
  labels.c = TRUE,
  lines.c = 1,
  lef = 1.1,
  frame = 1,
  col.frame = grey(0.6),
  col.sphere = "black",
  alpha.sphere = 0.05,
  zoom = 1,
  draw.xyz.axes = TRUE,
  ...
)

Arguments

x

repgrid object.

dim

Dimensions to display.

labels.e

Logical. whether element labels are displayed.

labels.c

Logical. whether construct labels are displayed.

lines.c

Numeric. The way lines are drawn through the construct vectors. 0 = no lines, 1 = lines from constructs to outer frame, 2 = lines from the center to outer frame.

lef

Construct lines extension factor.

col.frame

Color of the surrounding frame.

col.sphere

Color of surrounding sphere (default"black").

alpha.sphere

Numeric. alpha blending of the surrounding sphere (default".05").

zoom

Not yet used. Scaling factor for all vectors. Can be used to zoom the plot in and out (default 1).

draw.xyz.axes

Draw standard XYZ axes.

...

Parameters to be passed on.

ext.sphere

Extension factor for sphere


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