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
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
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
3 matches
Mail list logo