Hello!
When i am trying to print lattice plot in postscript file via
trellis.device(device=postscript,file='part.eps',family=font1,paper='special',width=16/2.54,height=23/2.54,onefile=FALSE,horizontal=FALSE)
everything is ok, but when i am trying to produce multiple files with lattice and
trellis.device(device=postscript,file='part%03d.eps'...
only first plot is printed in file and no any other files created.
R gives me a messages:
cannot read afm file
after every plot, it tries to produce after first plot.


What to do? It seems, that R locks afm file for reading after first plot and then tries to open it again and can not do that. Is it a bug or what? Any suggestions?

R 1.7.0 on Win2k

Thanks!

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

Reply via email to