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@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