powered by
Place a label in a plot using relative (0:1) coordinates
addLabel(x, y, txt, ...)
x-axis coordinate in the range (0:1); can step outside.
y-axis coordinate in the range (0:1); can step outside.
desired label at (x,y).
x,y
additional arguments passed to the function text.
text
addArrows, addLegend
addArrows
addLegend
# NOT RUN { local(envir=.PBSmodEnv,expr={ oldpar = par(no.readonly=TRUE) resetGraph() addLabel(0.75,seq(from=0.9,to=0.1,by=-0.10),c('a','b','c'), col="#0033AA") par(oldpar) }) # }
Run the code above in your browser using DataLab