[R] Plotting with R: setting the y axis

2007-11-26 Thread Dave Jacoby
I have a series of numbers I'm wanting to plot. They come from a nanodrop machine, which graphs with a specific x and y indices. X goes from 220nm to 350nm, which I can set. But the y axis should go from -5 to 65, but I'm finding it impossible to hardcode that. I've looked. I've typed ?plot at

Re: [R] Plotting with R: setting the y axis

2007-11-26 Thread Dylan Beaudette
On Monday 26 November 2007, Dave Jacoby wrote: I have a series of numbers I'm wanting to plot. They come from a nanodrop machine, which graphs with a specific x and y indices. X goes from 220nm to 350nm, which I can set. But the y axis should go from -5 to 65, but I'm finding it impossible to