rglDrawConstructPoints {OpenRepGrid} | R 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. |
[Package OpenRepGrid version 0.1.16 Index]