text(x, y=NULL, labels = seq(along=x), ...)
x, y
|
numeric vectors of coordinates where the text labels
should be written.
|
labels
| character or expression with the text to be written. |
...
|
further graphical parameters (from par), such as
adj, cex, etc.
|
text draws the strings given in the
vector labels at the coordinates
given by x and y.
y may be missing since xy.coords(x,y) is used for
construction of the coordinates.
labels must be of type character or
expression. In the latter case, quite a bit of
mathematical notation is available such as sub- and superscripts,
greek letters, fractions, etc.
mtext, title.