[R] How to plot legend to the margin area of the graph?

2006-01-09 Thread Vincent Deng
Dear R-helpers, When plotting a graph, what command should I use to mark legend to the margin area of that graph? __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide!

Re: [R] How to plot legend to the margin area of the graph?

2006-01-09 Thread Uwe Ligges
Vincent Deng wrote: Dear R-helpers, When plotting a graph, what command should I use to mark legend to the margin area of that graph? Example: plot(1:10) par(xpd=TRUE) legend(8,11.5,Hello World) Uwe Ligges __ R-help@stat.math.ethz.ch