Data Analytics Corp. wrote:
> 
> Hi,
> 
> I wrote a simple master function, run(), that has inside six qplot 
> functions.  The goal is to type run() and have all six graphs appear as 
> separate windows so that I can copy them into PowerPoint for a client. 
> When I type run(), only the last graph appears, the first five 
> apparently being overwritten.  How do I get all six in separate windows, 
> ready for copying?
> 
> By the way, is the a way to create a PowerPoint deck directly in R the 
> way you can in S-Plus?
> 
> Thanks,
> 
> Walt
> 
> 
> 
> -- 
> ________________________
> 
> Walter R. Paczkowski, Ph.D.
> Data Analytics Corp.
> 44 Hamilton Lane
> Plainsboro, NJ 08536
> ________________________
> (V) 609-936-8999
> (F) 609-936-3733
> dataanalyt...@earthlink.net
> www.dataanalyticscorp.com
> 
> ______________________________________________
> 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.
> 
> 


There is an example in our "A Beginner's Guide to R" that exports the graphs
automatically to jpg files (from a  loop inside a function)...which you
could then import into powerpoint. But as you can see from the other post,
it can even be done automatically. 


Alain 

-----
--------------------------------------------------------------------
Dr. Alain F. Zuur
First author of:

1. Analysing Ecological Data (2007).
Zuur, AF, Ieno, EN and Smith, GM. Springer. 680 p.

2. Mixed effects models and extensions in ecology with R. (2009).
Zuur, AF, Ieno, EN, Walker, N, Saveliev, AA, and Smith, GM. Springer.

3. A Beginner's Guide to R (2009).
Zuur, AF, Ieno, EN, Meesters, EHWG. Springer


Statistical consultancy, courses, data analysis and software
Highland Statistics Ltd.
6 Laverock road
UK - AB41 6FN Newburgh
Email: highs...@highstat.com
URL: www.highstat.com



-- 
View this message in context: 
http://www.nabble.com/Multiple-graphs-tp24690227p24697026.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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