Re: [R] Y values below the X plot

2008-06-06 Thread Jim Lemon
jpardila wrote: Dear List, I am creating a plot and I want to insert the tabular data below the X axis. I mean for every value of X I want to show the value in Y as a table below the plot. I think the attached image gives an idea of what I mean by this. Below is the code i am using now... but

Re: [R] Y values below the X plot

2008-06-05 Thread jpardila
Thank you Peter :0. This is exactly what I was looking for!!! Peter Alspach wrote: > > JP > > Try using text() instead of legend(). > > HTH > > Peter Alspach > > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of jpardila >> Sent: Fr

Re: [R] Y values below the X plot

2008-06-05 Thread Peter Alspach
JP Try using text() instead of legend(). HTH Peter Alspach > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of jpardila > Sent: Friday, 6 June 2008 1:51 a.m. > To: r-help@r-project.org > Subject: [R] Y values below the X plot > > > Dear List