s-news
[Top] [All Lists]

produce more than one graphs at the same time

To: <s-news@lists.biostat.wustl.edu>
Subject: produce more than one graphs at the same time
From: "Chen Sichong" <sichong.chen@postgrad.manchester.ac.uk>
Date: Sat, 12 Nov 2005 02:30:15 +0800
Thread-index: AcXm7fW1jWFCdx27SOuLzEQYjm0aKw==

Dear All

 

I am using loop function to produce about 320 figures. I set par(mfrow=c(2,2)), so in each graph there are 4 figures and I want to get 80 graphs at the same time after the loop is finished. But the problem I have is that I have to save this graph before producing the fifth figure because it does not create a new graph windown and the previous graph window will be cleared when it produce the fifth figure. So I have to break my loop into 320/4=80. And run my loop 80 times to save the older graph one by one.

 

Do you have some idea to let it open a new graph window without clear of the older graph?

 

Many thanks,

 

Chen Sichong

PhD of Finance
Manchester Business School
University of Manchester
Oxford Road
Manchester
United Kingdom
M13 9PL

 

<Prev in Thread] Current Thread [Next in Thread>
  • produce more than one graphs at the same time, Chen Sichong <=