rglDrawConstructLabels: draw constructs in rgl
Description
draw constructs in rgl
Usage
rglDrawConstructLabels(
coords,
labels = FALSE,
dim = 1:3,
c.cex = 0.6,
c.text.col = grey(0.4),
...
)
Arguments
- 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.