ptext3d {plotrix} | R Documentation |
Display text on a 3D plot defined by a list of coordinates
ptext3d(x,y=NULL,z=NULL,texts,pmat,...)
x , y , z |
x, y and z coordinates to plot. ‘x’ may be a list with three components. |
pmat |
matrix to transform coordinates. |
texts |
text to display. |
... |
Other arguments passed to ‘segments’. |
Draws text on a perspective plot.
nil
Ben Bolker