Skip to content
Prev 163873 / 398506 Next

Sink does not send graphs to sink file

You can create a latex document with text, graphs and R-code using 
?Sweave.  If you prefer to write to Open document format , there is an 
Odfweave package.

The other alternative is simply writing your graphs to files (or one file 
with all the graphs), e.g.
pdf("test.pdf")
plot(1:10)
hist(rnorm(100))
dev.off()

Regards,
Richie.

Mathematical Sciences Unit
HSL


------------------------------------------------------------------------
ATTENTION:

This message contains privileged and confidential inform...{{dropped:20}}