Hi, Can anybody tell me how to open new a new window for plot()? Thanks. Minghua
Minghua Yao wrote:> > Hi, > > Can anybody tell me how to open new a new window for plot()? Thanks. > > MinghuaE.g. X11(), Macintosh() or windows() to open a new device, depending on which OS you are. Please read at least Section 12.6 of "An Introduction to R"! Uwe Ligges
At 14:33 07/04/2003 -0500, vous avez ?crit:>Hi, > >Can anybody tell me how to open new a new window for plot()? Thanks.x11() This should work for all operating systems due to alias to the proper function.>Minghua > >______________________________________________ >R-help at stat.math.ethz.ch mailing list >https://www.stat.math.ethz.ch/mailman/listinfo/r-helpEmmanuel Paradis Laboratoire de Pal?ontologie Institut des Sciences de l'?volution Universit? Montpellier II F-34095 Montpellier c?dex 05 France phone: +33 4 67 14 39 64 fax: +33 4 67 14 36 10 mailto:paradis at isem.univ-montp2.fr http://www.isem.univ-montp2.fr/PPP/PPPphylogenie/ParadisHome.php
Either x11() or related window() in cmd line opens a new window. -Geetha. -----Original Message----- From: Minghua Yao [mailto:myao at ou.edu] Sent: Mon 4/7/2003 12:33 PM To: r-help at stat.math.ethz.ch Cc: Subject: [R] New window for plot() Hi, Can anybody tell me how to open new a new window for plot()? Thanks. Minghua ______________________________________________ R-help at stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help