File: mtext3d.Rd

package info (click to toggle)
r-cran-plotrix 3.2-6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,136 kB
  • sloc: makefile: 3
file content (21 lines) | stat: -rwxr-xr-x 580 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\name{mtext3d}
\alias{mtext3d}
\title{ 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{
 \item{edge}{ which axis to calculate.}
 \item{pmat}{ matrix to transform coordinates. }
 \item{labels}{ labels to display in the margin. }
 \item{at}{ position on the axis. }
 \item{dist}{ Offset of the axis. }
 \item{xpd}{ set clipping for display. }
 \item{...}{ additional arguments passed to ptext3d. }
}
\value{nil}
\author{Ben Bolker}
\keyword{misc}