Re: [R] basic question about changing limits on generated plots

2005-02-24 Thread Jan T. Kim
On Wed, Feb 23, 2005 at 09:14:50PM -0500, rif wrote: This does not do what the matlab code I posted does (the matlab code also works in the free program octave, if you want to try). The matlab code moves already plotted data within the window (replots it). When I first type plot(1:10,1:10),

Re: [R] basic question about changing limits on generated plots

2005-02-23 Thread Marc Schwartz
On Wed, 2005-02-23 at 17:42 -0500, rif wrote: Is it possible to change the limits on plots that are already on the screen? In particular, is there any R equivalent to the sequence of matlab commands plot(1:10,1:10) hold on plot(2:12,5:15) I know I can use points and lines to add points

Re: [R] basic question about changing limits on generated plots

2005-02-23 Thread rif
On Wed, 2005-02-23 at 17:42 -0500, rif wrote: Is it possible to change the limits on plots that are already on the screen? In particular, is there any R equivalent to the sequence of matlab commands plot(1:10,1:10) hold on plot(2:12,5:15) rif I have not used Matlab, but I

Re: [R] basic question about changing limits on generated plots

2005-02-23 Thread Marc Schwartz
On Wed, 2005-02-23 at 21:14 -0500, rif wrote: snip Marc, This does not do what the matlab code I posted does (the matlab code also works in the free program octave, if you want to try). The matlab code moves already plotted data within the window (replots it). When I first type