[R] Overlapping a Plot with Dataframe

John Kane jrkrideau at inbox.com
Tue Aug 7 17:52:13 CEST 2012


What are you actually plotting?   

John Kane
Kingston ON Canada


> -----Original Message-----
> From: bioinfo.himanshu at gmail.com
> Sent: Tue, 7 Aug 2012 05:57:06 -0700 (PDT)
> To: r-help at r-project.org
> Subject: [R] Overlapping a Plot with Dataframe
> 
> 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.00,2.00,3.80,2.40,2.00),
>   error = c(0.0,0.4,1.1,0.7,0.5)
> )
> 
> I tried plotrix, segments but they are making a new plot with data points
> n
> error bar.
> I want to Overlap this data sets on a plot with its Error bar.
> 
> Can anyone help me with it.
> Many Thanks,
> Himanshu
> 
> 
> 
> --
> View this message in context:
> http://r.789695.n4.nabble.com/Overlapping-a-Plot-with-Dataframe-tp4639396.html
> Sent from the R help mailing list archive at Nabble.com.
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

____________________________________________________________
Receive Notifications of Incoming Messages
Easily monitor multiple email accounts & access them with a click.
Visit http://www.inbox.com/notifier and check it out!



More information about the R-help mailing list