Re: [R] Overlapping a Plot with Dataframe

2012-08-08 Thread John Kane
John Kane Kingston ON Canada > -Original Message- > From: bioinfo.himan...@gmail.com > Sent: Wed, 8 Aug 2012 02:12:00 -0700 (PDT) > To: r-help@r-project.org > Subject: Re: [R] Overlapping a Plot with Dataframe > > Hello John, > > in simple term, I have a

Re: [R] Overlapping a Plot with Dataframe

2012-08-08 Thread mhimanshu
Hello John, in simple term, I have a Plot as an Output. Now I want to overlap the plot with a Dataframe having error bar. -- View this message in context: http://r.789695.n4.nabble.com/Overlapping-a-Plot-with-Dataframe-tp4639396p4639555.html Sent from the R help mailing list archive at Nabble

Re: [R] Overlapping a Plot with Dataframe

2012-08-08 Thread Himanshu
Thanks Jim, Yes its working now. Thanks, Himanshu On Wed, Aug 8, 2012 at 12:10 PM, Jim Lemon wrote: > On 08/07/2012 10:57 PM, mhimanshu wrote: > >> Hello Everyone, >> >> I am trying to overlap a plot with a data set in the form of a data frame. >> >> Its very easy to overlap the data using "po

Re: [R] Overlapping a Plot with Dataframe

2012-08-08 Thread Jim Lemon
On 08/07/2012 10:57 PM, mhimanshu wrote: Hello Everyone, I am trying to overlap a plot with a data set in the form of a data frame. Its very easy to overlap the data using "points" function. But the only problem I am facing is "Standard deviation bar" on the plot. data<- data.frame( x = c(3

Re: [R] Overlapping a Plot with Dataframe

2012-08-07 Thread John Kane
What are you actually plotting? John Kane Kingston ON Canada > -Original Message- > From: bioinfo.himan...@gmail.com > Sent: Tue, 7 Aug 2012 05:57:06 -0700 (PDT) > To: r-help@r-project.org > Subject: [R] Overlapping a Plot with Dataframe > > Hello Everyone, > > I am trying to overla