Displaying 1 result from an estimated 1 matches for "mammamu2".
2010 Sep 13
2
Saveing plot to multiple locations
....,data = iris)
data(iris)
attach(iris)
pdf('/home/joel/Skrivbord/mammamu.pdf')
try(png('/home/joel/Skrivbord/mammamu1.png'))
plot(Sepal.Length, Petal.Length, col=unclass(Species))
legend(4.5, 7, levels(Species), col=plot_colors, cex=0.8, fill=1:3)
try(png('/home/joel/Skrivbord/mammamu2.png'))
plot(irisct)
dev.off()
readBin(pic,'raw',1024*1024)
readBin('/home/joel/Skrivbord/mammamu2.png','raw',1024*1024)
Ive tryed to move around the png and pdf part to see if it worked better if
they where in an other order but as I said without success.
//Joel
--
V...