rglDrawConstructLabels {OpenRepGrid} | R Documentation |
draw constructs in rgl
rglDrawConstructLabels(
coords,
labels = FALSE,
dim = 1:3,
c.cex = 0.6,
c.text.col = grey(0.4),
...
)
coords |
coordinates for constructs labels. |
labels |
labels for constructs. |
dim |
dimensions of coordinates to use. |
c.cex |
cex for construct text. |
c.text.col |
color for construct text. |
... |
not evaluated. |