stext {R.utils} | R Documentation |
Writes text in the margin along the sides of a plot
Description
Writes text in the margin along the sides of a plot.
Usage
## Default S3 method:
stext(text, side=1, line=0, pos=0.5, margin=c(0.2, 0.2),
charDim=c(strwidth("M", cex = cex), strheight("M", cex = cex)), cex=par("cex"), ...)
Arguments
text |
The text to be written. See |
side |
An |
line |
A |
pos |
A |
margin |
|
charDim |
A |
cex |
A |
... |
Additional arguments passed to |
Value
Returns what mtext
returns.
Author(s)
Henrik Bengtsson
See Also
Internally mtext
is used.
[Package R.utils version 2.12.3 Index]