Displaying 2 results from an estimated 2 matches for "28portrait".
2009 Mar 31
2
To save Trellis Plots on A3 size paper (Portrait and Landscape)
Dear R users,
Thanks in advance.
I am Deb, Statistician at NSW Department of Commerce, Sydney.
I am using R 2.8.1 on Windows XP.
I like to save Trellis Plots on A3 size paper (Portrait and
Landscape).
Currently, I am using the following command to save a Trellis Plot in
pdf [This is an example code]:
pdf("D:/Analysis/test.pdf")
dataFile <- expand.grid(xo=
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...like to save Trellis Plots on A3 size paper (Portrait and Landscape).
>
>
Since a3 is not among the paper choices, you could give the width and height
in inches (brrrr...) explicitly.
Dieter
--
View this message in context: http://www.nabble.com/To-save-Trellis-Plots-on-A3-size-paper-%28Portrait-and%09Landscape%29-tp22796457p22801875.html
Sent from the R help mailing list archive at Nabble.com.
------------------------------
_______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide htt...