[R] history for graphics
Andrew C. Ward
s195404 at student.uq.edu.au
Mon Aug 4 01:18:47 CEST 2003
Dear Erwan,
Perhaps there is a way to do this. I typically use the
following sequence, however:
for (i in 1:10) {
postscript(file=paste("blah", i, ".ps", sep=""))
barchart(...)
dev.off()
}
Regards,
Andrew C. Ward
CAPE Centre
Department of Chemical Engineering
The University of Queensland
Brisbane Qld 4072 Australia
andreww at cheque.uq.edu.au
Quoting Erwan BARRET <erwan.barret at wanadoo.fr>:
> I've seen that there's an history for graphics.
> How can I save it manually?
> Can I save more than 4 plots?
> I'm using R1.6.2 under win98
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>
More information about the R-help
mailing list