| Line 14... |
Line 14... |
| 14 |
(the default), the location will be determined by \code{adj}.
|
14 |
(the default), the location will be determined by \code{adj}.
|
| 15 |
}
|
15 |
}
|
| 16 |
\item{adj}{adjustment for each string. For strings parallel
|
16 |
\item{adj}{adjustment for each string. For strings parallel
|
| 17 |
to the axes, \code{adj=0} means left or bottom alignment, and
|
17 |
to the axes, \code{adj=0} means left or bottom alignment, and
|
| 18 |
\code{adj=1} means right or top alignment.
|
18 |
\code{adj=1} means right or top alignment.
|
| 19 |
If \code{adj} is not a finite value (the default), the value
|
19 |
If \code{adj} is not a finite value (the default), the value of
|
| 20 |
\code{par("las")} determines the adjustment. For strings plotted
|
20 |
\code{par("las")} determines the adjustment. For strings plotted
|
| 21 |
parallel to the axis the default is to centre the string.}
|
21 |
parallel to the axis the default is to centre the string.}
|
| 22 |
\item{\dots}{Further graphical parameters (see \code{\link{text}} and
|
22 |
\item{\dots}{Further graphical parameters (see \code{\link{text}} and
|
| 23 |
\code{\link{par}}) ; currently supported are:}
|
23 |
\code{\link{par}}) ; currently supported are:}
|
| 24 |
\item{cex}{character expansion factor (default = 1).}
|
24 |
\item{cex}{character expansion factor (default = 1).}
|
| 25 |
\item{col}{color to use.}
|
25 |
\item{col}{color to use.}
|
| Line 45... |
Line 45... |
| 45 |
\code{adj = 0.5} will centre the string, but for \code{outer=TRUE} on
|
45 |
\code{adj = 0.5} will centre the string, but for \code{outer=TRUE} on
|
| 46 |
the device region rather than the plot region.
|
46 |
the device region rather than the plot region.
|
| 47 |
|
47 |
|
| 48 |
Parameter \code{las} will determine the orientation of the string(s).
|
48 |
Parameter \code{las} will determine the orientation of the string(s).
|
| 49 |
For strings plotted perpendicular to the axis the default justification
|
49 |
For strings plotted perpendicular to the axis the default justification
|
| 50 |
is to place the end of the string nearest the axis on the specified line.
|
50 |
is to place the end of the string nearest the axis on the specified
|
| - |
|
51 |
line. (Note that this differs from S, which uses \code{srt} if
|
| - |
|
52 |
\code{at} is supplied and \code{las} if it is not.)
|
| 51 |
|
53 |
|
| 52 |
Note that if the text is to be plotted perpendicular to the axis,
|
54 |
Note that if the text is to be plotted perpendicular to the axis,
|
| 53 |
\code{adj} determines the justification of the string \emph{and} the
|
55 |
\code{adj} determines the justification of the string \emph{and} the
|
| 54 |
position along the axis unless \code{at} is specified.
|
56 |
position along the axis unless \code{at} is specified.
|
| 55 |
}
|
57 |
}
|