| addLegend {PBSmodelling} | R Documentation |
Place a legend in a plot using relative (0:1) coordinates.
addLegend(x, y, ...)
x |
x-axis coordinate in the range (0:1); can step outside. |
y |
y-axis coordinate in the range (0:1); can step outside. |
... |
arguments used by the function legend,
such as lines, text, or rectangle. |
Jon Schnute, Pacific Biological Station, Nanaimo BC
resetGraph(); n <- sample(1:length(colors()),15); clrs <- colors()[n] addLegend(.2,1,fill=clrs,leg=clrs,cex=1.5)