| Line 33... |
Line 33... |
| 33 |
If \code{adj} is not a finite value (the default), the value of
|
33 |
If \code{adj} is not a finite value (the default), the value of
|
| 34 |
\code{par("las")} determines the adjustment. For strings plotted
|
34 |
\code{par("las")} determines the adjustment. For strings plotted
|
| 35 |
parallel to the axis the default is to centre the string.}
|
35 |
parallel to the axis the default is to centre the string.}
|
| 36 |
\item{padj}{adjustment for each string perpendicular to the reading
|
36 |
\item{padj}{adjustment for each string perpendicular to the reading
|
| 37 |
direction (which is controlled by \code{adj}). For strings parallel
|
37 |
direction (which is controlled by \code{adj}). For strings parallel
|
| 38 |
to the axes, \code{padj = 0} means right or top alignment,
|
38 |
to the axes, \code{padj = 0} means right or top alignment,
|
| 39 |
and \code{padj = 1} means left or bottom alignment.
|
39 |
and \code{padj = 1} means left or bottom alignment.
|
| 40 |
|
40 |
|
| 41 |
If \code{padj} is not a finite value (the default), the value of
|
41 |
If \code{padj} is not a finite value (the default), the value of
|
| 42 |
\code{par("las")} determines the adjustment. For strings plotted
|
42 |
\code{par("las")} determines the adjustment. For strings plotted
|
| 43 |
perpendicular to the axis the default is to centre the string.}
|
43 |
perpendicular to the axis the default is to centre the string.}
|
| 44 |
\item{cex}{character expansion factor. \code{NULL} and \code{NA}
|
44 |
\item{cex}{character expansion factor. \code{NULL} and \code{NA}
|
| 45 |
are equivalent to \code{1.0}. This is an absolute measure, not
|
45 |
are equivalent to \code{1.0}. This is an absolute measure, not
|
| Line 74... |
Line 74... |
| 74 |
\code{srt} is ignored in \R.)
|
74 |
\code{srt} is ignored in \R.)
|
| 75 |
|
75 |
|
| 76 |
Note that if the text is to be plotted perpendicular to the axis,
|
76 |
Note that if the text is to be plotted perpendicular to the axis,
|
| 77 |
\code{adj} determines the justification of the string \emph{and} the
|
77 |
\code{adj} determines the justification of the string \emph{and} the
|
| 78 |
position along the axis unless \code{at} is specified.
|
78 |
position along the axis unless \code{at} is specified.
|
| 79 |
|
79 |
|
| 80 |
Graphics parameter \code{"ylbias"} (see \code{\link{par}}) determines
|
80 |
Graphics parameter \code{"ylbias"} (see \code{\link{par}}) determines
|
| 81 |
how the text baseline is placed relative to the nominal line.
|
81 |
how the text baseline is placed relative to the nominal line.
|
| 82 |
}
|
82 |
}
|
| 83 |
\section{Side Effects}{The given text is written onto the current plot.}
|
83 |
\section{Side Effects}{The given text is written onto the current plot.}
|
| 84 |
\references{
|
84 |
\references{
|