Re: [R] help with adding lines to current plot

2010-10-25 Thread Changbin Du
Yes, Joshua, Thanks so much! On Mon, Oct 25, 2010 at 2:47 PM, Joshua Wiley wrote: > Dear Changbin, > > The lines do not show up because they are outside the region of your > graph. If you add the yaxis labels back in you will see this. You > can avoid it by specifying ylim argument in plot() r

Re: [R] help with adding lines to current plot

2010-10-25 Thread Joshua Wiley
Dear Changbin, The lines do not show up because they are outside the region of your graph. If you add the yaxis labels back in you will see this. You can avoid it by specifying ylim argument in plot() rather than letting R decide by itself. Here is revised code: x <- seq(0,10, by=1) y <- c(0.9

[R] help with adding lines to current plot

2010-10-25 Thread Changbin Du
HI, Dear R community, I am using the following codes to plot, however, the lines code works. But the line was not drawn on the previous plot and did not shown up. How comes? # specify the data for missense simulation x <- seq(0,10, by=1) y <- c(0.952, 0.947, 0.943, 0.941, 0.933, 0.932, 0.939, 0