search for: tp24174761p24177769

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

Did you mean: tp24174761p24174761
2009 Jun 23
2
Plot with a vertical line at zero on x axis
Hallo, All, I cannot add one straight vertical line at 0.0 on x axis using the following data and R code: y<-c(0.037790309,0.020307312,0.021109653,0.050216689, 0.026979484,0.027619193,0.024070163,0.021996969, 0.007831769,0.020065109,0.005903177,0.008182403) d<-data.frame(cbind(y,seq(1:12))) colnames(d)<-c("y","x") attach(d)