[R] plot history

2006-10-30 Thread Rohini Mulford

___




Hi,
 
When I create multiple graphs subsequent graphs overwrite previous
graphs. How do I keep all my graphs in the current workspace (but not
all on the same page) so I can scroll through them?
 
 
thanks,
 
Rohini
 
 
 
Rohini Mulford

Senior Research Analyst

Technical Research

Research  Development

Insurance Australia Group(IAG)

ph (02) 9292 1560

fax (02) 9292 1509

email: [EMAIL PROTECTED]

 

 


___

The information transmitted in this message and its attachme...{{dropped}}

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.


Re: [R] plot history

2006-10-30 Thread David Barron
Are you working in Windows?  If so, you can turn on recording either
in the History menu on the active graphics device window, or by using
windows(record=TRUE) to open a new device.

On 30/10/06, Rohini Mulford [EMAIL PROTECTED] wrote:

 ___




 Hi,

 When I create multiple graphs subsequent graphs overwrite previous
 graphs. How do I keep all my graphs in the current workspace (but not
 all on the same page) so I can scroll through them?


 thanks,

 Rohini



 Rohini Mulford

 Senior Research Analyst

 Technical Research

 Research  Development

 Insurance Australia Group(IAG)

 ph (02) 9292 1560

 fax (02) 9292 1509

 email: [EMAIL PROTECTED]






 ___

 The information transmitted in this message and its attachme...{{dropped}}

 __
 R-help@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
 and provide commented, minimal, self-contained, reproducible code.



-- 
=
David Barron
Said Business School
University of Oxford
Park End Street
Oxford OX1 1HP

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.


Re: [R] plot history

2006-10-30 Thread Leeds, Mark \(IED\)
I send them all to one postscript file and then bring it up in
ghostview but maybe there is another way.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rohini Mulford
Sent: Monday, October 30, 2006 5:29 PM
To: r-help@stat.math.ethz.ch
Subject: [R] plot history



___




Hi,
 
When I create multiple graphs subsequent graphs overwrite previous
graphs. How do I keep all my graphs in the current workspace (but not
all on the same page) so I can scroll through them?
 
 
thanks,
 
Rohini
 
 
 
Rohini Mulford

Senior Research Analyst

Technical Research

Research  Development

Insurance Australia Group(IAG)

ph (02) 9292 1560

fax (02) 9292 1509

email: [EMAIL PROTECTED]

 

 



___

The information transmitted in this message and its
attachme...{{dropped}}

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.


This is not an offer (or solicitation of an offer) to buy/se...{{dropped}}

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.


Re: [R] plot history

2006-10-30 Thread Mihai Nica
Or maybe see ?win.graph. Before each graph use something like:

win.graph(width=3,height=3, pointsize=8)

You will get a sandwich of graphs.

hth,
 
Mihai Nica
170 East Griffith St. G5
Jackson, MS 39201
601-914-0361

- Original Message 
From: Rohini Mulford [EMAIL PROTECTED]
To: r-help@stat.math.ethz.ch
Sent: Monday, October 30, 2006 4:29:21 PM
Subject: [R] plot history


___




Hi,
 
When I create multiple graphs subsequent graphs overwrite previous
graphs. How do I keep all my graphs in the current workspace (but not
all on the same page) so I can scroll through them?
 
 
thanks,
 
Rohini
 
 
 
Rohini Mulford

Senior Research Analyst

Technical Research

Research  Development

Insurance Australia Group(IAG)

ph (02) 9292 1560

fax (02) 9292 1509

email: [EMAIL PROTECTED]

 

 


___

The information transmitted in this message and its attachme...{{dropped}}

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.







[[alternative HTML version deleted]]

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.