search for: bvcentre

Displaying 2 results from an estimated 2 matches for "bvcentre".

Did you mean: 2dcentre
2007 Nov 21
2
Changing axis scale
Hello R users, Is it possible after making a plot(x,y) to change axis scale? For example : I have a range of 0 to 3000 in my y-axis and I want to make a zoom between 2000 and 3000. Thanks for any help. -- View this message in context: http://www.nabble.com/Changing-axis-scale-tf4850633.html#a13878705 Sent from the R help mailing list archive at Nabble.com.
2007 Nov 23
0
R users in Cyprus
...m: aaront <aaront at uniserve.com> Subject: Re: [R] Changing axis scale To: r-help at r-project.org Message-ID: <13878723.post at talk.nabble.com> Content-Type: text/plain; charset=us-ascii xlim(),ylim() so, ylim(2000,3000) Aaron Trowbridge Junior Researcher BV Research Centre www.bvcentre.ca mysimbaa wrote: > > Hello R users, > > Is it possible after making a plot(x,y) to change axis scale? > For example : I have a range of 0 to 3000 in my y-axis and I want to make > a zoom between 2000 and 3000. > > > Thanks for any help. > -- View this messa...