rglDrawConstructPoints: draw constructs in rgl

View source: R/rgl-3d.r

rglDrawConstructPointsR Documentation

draw constructs in rgl

Description

draw constructs in rgl

Usage

rglDrawConstructPoints(
  coords,
  dim = 1:3,
  c.radius = 0.02,
  c.sphere.col = grey(0.4),
  ...
)

Arguments

coords

coordinates for construct points.

dim

dimensions of coordinates to use.

c.radius

radius of construct spheres.

c.sphere.col

color of construct spheres.

...

not evaluated.


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