itext {iplots} | R Documentation |
Add text to the current iPlot.
Description
text
adds the strings given in the vector labels
at the
coordinates given by x
and y
to the current iPlot. y
may be missing since
xy.coords(x,y)
is used for construction of the coordinates.
Usage
itext(x, y=NULL, labels=seq(along=x), ax=NULL, ay=NULL, ..., plot = iplot.cur())
Arguments
x , y |
Coordinate vectors of the text. |
labels |
one or more character strings or expressions specifying the text to be written. |
ax , ay |
anchor coordinates of the text. They specify where is the
point specified by |
... |
any additional options are passed to |
plot |
parent plot |
Value
Resulting iObject.
See Also
[Package iplots version 1.1-8 Index]