mtext3d {plotrix} | R Documentation |
Display text in the margins of a 3D plot
Description
Display text in the margins of a 3D plot.
Usage
mtext3d(edge,pmat,labels=TRUE,at=NULL,dist=0.3,xpd=NA,...)
Arguments
edge |
which axis to calculate. |
pmat |
matrix to transform coordinates. |
labels |
labels to display in the margin. |
at |
position on the axis. |
dist |
Offset of the axis. |
xpd |
set clipping for display. |
... |
additional arguments passed to ptext3d. |
Value
nil
Author(s)
Ben Bolker
[Package plotrix version 3.8-4 Index]