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-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to