Re: [R] How to create a legend that automatically reads the values from two vectors?

2009-10-22 Thread jcano
Hi JIm Not exactly what I want, as I can't draw the lines corresponding to the different curves in the plot as I can do in legend, but may be still of help. Thkx, Javier Jim Lemon-2 wrote: On 10/21/2009 01:30 AM, jcano wrote: betav-c(0.78,0.94,0.88,0.41,0.59,4.68)

Re: [R] How to create a legend that automatically reads the values from two vectors?

2009-10-21 Thread Jim Lemon
On 10/21/2009 01:30 AM, jcano wrote: betav-c(0.78,0.94,0.88,0.41,0.59,4.68) etav-c(235.6,59.5,31.2,8.7,3.2,1174) Hi Javier, Maybe not exactly what you want, but try: addtable2plot(2,8,rbind(betav,etav),bty=o, display.colnames=FALSE,display.rownames=TRUE) using your own x and y

[R] How to create a legend that automatically reads the values from two vectors?

2009-10-20 Thread jcano
Hi all!!! How can I create a legend to my plot that automatically reads the values from two vectors? betav-c(0.78,0.94,0.88,0.41,0.59,4.68) etav-c(235.6,59.5,31.2,8.7,3.2,1174) I want my legend to show 6 lines beta(in greeks)=0.78,eta(in greeks)=235.6 beta(in greeks)=0.94,eta(in greeks)=6.59