Re: [R] multiple figure windows

2009-06-26 Thread Uwe Ligges
Nattu wrote: Hi, Is it possible to plot in multiple windows. for example Figure 1 in one window and Figure 2 in seperate window simultanously ? Sure, just start another device as in: x11() plot(1:10) x11() plot(1:10) Uwe Ligges thanks, Nataraju __

[R] multiple figure windows

2009-06-26 Thread Nattu
Hi, Is it possible to plot in multiple windows. for example Figure 1 in one window and Figure 2 in seperate window simultanously ? thanks, Nataraju -- "No relationship is Static .. You either Step up or Step down" [[alternative HTML version deleted]] __