Re: [R] axis scale issues....

2009-09-29 Thread jim holtman
Not sure exactly what you want, but does using 'ylim' do what you want: plot(1:5, sample(100:200,5), type='b', ylim=c(0,450)) On Tue, Sep 29, 2009 at 12:08 PM, chipmaney wrote: > > I have read all the help on axis scales, which seems to be much harder to > deal with than it should be, given how

[R] axis scale issues....

2009-09-29 Thread chipmaney
I have read all the help on axis scales, which seems to be much harder to deal with than it should be, given how common the need to alter axes. Anywayyeah, suppress the axis using yaxt then call and define the new scale using axis(). The problem is, this doesn't change the actual axis, only