[R] Saveing plot to multiple locations

Greg Snow Greg.Snow at imail.org
Mon Sep 13 18:45:09 CEST 2010


?dev.copy

-- 
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.snow at imail.org
801.408.8111


> -----Original Message-----
> From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-
> project.org] On Behalf Of Joel
> Sent: Monday, September 13, 2010 7:13 AM
> To: r-help at r-project.org
> Subject: Re: [R] Saveing plot to multiple locations
> 
> 
> Thx for all the help!
> 
> Dave:
> Its the second ones so now it looks like this and works but its abit
> ugly as
> you have to plot the same thing two times but dossent seem to be any
> other
> way or?
> 
> try(png('/home/joel/Skrivbord/mammamu2.png'))
> plot(irisct)
> dev.off()
> 
> pdf('/home/joel/Skrivbord/mammamu.pdf')
> plot(irisct)
> dev.off()
> --
> View this message in context: http://r.789695.n4.nabble.com/Saveing-
> plot-to-multiple-locations-tp2537133p2537402.html
> Sent from the R help mailing list archive at Nabble.com.
> 
> ______________________________________________
> R-help at 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.



More information about the R-help mailing list