stext | R Documentation |
Writes text in the margin along the sides of a plot.
## 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"), ...)
text |
The text to be written. See |
side |
An |
line |
A |
pos |
A |
margin |
A |
charDim |
A |
cex |
A |
... |
Additional arguments passed to |
Returns what mtext
returns.
Henrik Bengtsson
Internally mtext
is used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.