search for: tp4639396p4639555

Displaying 1 result from an estimated 1 matches for "tp4639396p4639555".

2012 Aug 07
4
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