[R] R: graphics devices
Spyridoula Tsonaka
spyridoula.tsonaka at med.kuleuven.be
Fri Jul 29 14:15:54 CEST 2005
Hi Allan,
in case of many plots in the same window you can try this:
options(graphics.record=TRUE)
plot(x)
plot(x,y)
with PgUp and PgDn you check both in the same window.
I hope this helps.
Roula
=================
Spyridoula Tsonaka
Doctoral Student
Biostatistical Centre
Catholic University of Leuven
Kapucijnenvoer 35
B-3000 Leuven
Belgium
Tel: +32/16/336899
Fax: +32/16/337015
----- Original Message -----
From: "Clark Allan" <Allan at STATS.uct.ac.za>
To: <r-help at stat.math.ethz.ch>
Sent: Friday, July 29, 2005 1:30 PM
Subject: [R] R: graphics devices
>a simple question
>
> how does one produce plots on two different graphics devices?
>
> /
> allan
--------------------------------------------------------------------------------
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
More information about the R-help
mailing list