addLabel {PBSmodelling} | R Documentation |
Add Label to a Plot Using Relative (0:1) Coordinates
Description
Places a label in a plot using relative (0:1) coordinates
Usage
addLabel(x, y, txt, ...)
Arguments
x |
x-axis coordinate in the range (0,1); can step outside |
y |
y-axis coordinate in the range (0,1); can step outside |
txt |
desired label at (x,y) |
... |
additional arguments passed to text function |
See Also
addArrows
addLegend
Examples
resetGraph()
addLabel(0.75,seq(from=0.9,to=0.1,by=-0.10),c('a','b','c'), col="#0033AA")
[Package
PBSmodelling version 0.60
Index]