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
[EMAIL PROTECTED]


Quoting Erwan BARRET <[EMAIL PROTECTED]>:

> 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]]
> 
> ______________________________________________
> [EMAIL PROTECTED] mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to