Skip to content
Prev 30617 / 398513 Next

graphics output produces corrupt/empty files

On Tue, 2003-04-15 at 15:53, Martin Schmettow wrote:
Hi

After producing your file with pdf() you have to do dev.off()

pdf("file")
plot(...)
dev.off()

Have you done it ?

Regards

EJ