Hello dear R-help members,

Very soon I am to give a lecture on R. And in that lecture I intend to move
between: par(mfrow = c(1,1)) to par(mfrow = c(1,2)) back and forth.
I anticipate this will damage the image proportions and will force me to
resize the window.
So far I have found it is possible to close the window and then reopen it
(bigger/smaller) by using:


dev.off()dev.new(width=5, height=4)plot(1:20)


The issue with this solution is that I loose all the history I had with
these windows.

Thus, my question is either of two:
1) Can I resize a plot window AFTER it was created ?
2) can you save and load a plot history, for between closing and opening a
graphic device ?


Thanks for any help,
Tal





----------------Contact
Details:-------------------------------------------------------
Contact me: tal.gal...@gmail.com |  972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com (English)
----------------------------------------------------------------------------------------------

        [[alternative HTML version deleted]]

______________________________________________
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