AW: [R] How to save graphics in portable way in batch mode?

Khamenia, Valery V.Khamenia at biovision-discovery.de
Thu Sep 30 15:26:53 CEST 2004


> pdf(onefile=FALSE)
> plot()
> plot()
> plot()
> dev.off()

oh, nice hint. The following:

  pdf(file="aaa%02d.pdf", onefile=FALSE) 

is very close to compromise, thank you, Chunk!
--
Valery.




More information about the R-help mailing list