Re: [R] plot rtf in landscape orintation

2013-02-13 Thread Adams, Jean
You can control the width and height of a plot in addPlot(), but you must use addPageBreak() to control the width and the height of the page. Here is a modification of the example provided in the help for rtf, ?RTF library(rtf) myplot - function() { par(mar=c(4, 4, 1, 1), cex=2) plot(rnorm(25),

[R] plot rtf in landscape orintation

2013-02-12 Thread bdeepthi
Hello All, I 'm trying to plot R graph in landscape orientation in a .rtf file. i 'm using library(rtf) for this. do we have any option in addPlot() function to rotate the orientation of the rtf file? Thank you, Deepthi BM PGDB-10-10-04 Institute of Bioinformatics and Applied Biotechnology