[R] Saveing plot to multiple locations

Joel joda2457 at student.uu.se
Mon Sep 13 15:12:36 CEST 2010


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.



More information about the R-help mailing list