[R] paper size

Kong, Chuang Fong c.kong at pmci.unimelb.edu.au
Thu Jun 8 08:53:45 CEST 2000


Sorry for not making myself clear. I am actually using the print manual to
print instead of win.print. When I tried to print with win.print, I was not
able to send the print job to the printer. Why?
Best regards,
Chuang Fong Kong, Ph D
Head, Microarrays
Peter MacCallum Cancer Institute - Research
St. Andrew's Place, East Melbourne
Victoria 3002, Australia
Tel: 61 3 9656-1796 or 1138
Fax: 61 3 9656-1411
e-mail: c.kong at pmci.unimelb.edu.au



-----Original Message-----
From: Prof Brian D Ripley [mailto:ripley at stats.ox.ac.uk]
Sent: Thursday, June 08, 2000 4:25 PM
To: Kong, Chuang Fong
Cc: r-help at stat.math.ethz.ch
Subject: RE: [R] paper size


On Thu, 8 Jun 2000, Kong, Chuang Fong wrote:

> Dear all,
> Thanks for the response. I did try to change width, height in win.graph
but
							            ^^^^^
I wrote win.print

> it does not work either. I now belief that it is not a paper size problem
> but something else; either the restriction of the device windows (which I
do
> not know how to change) or ???? Basically, I am not able to print the
whole
> printable area of a4. When I make more figures in a plot, it just shrink
all
> of the fingers smaller to fit into the centre area. Please help.

Please do follow the help you are given. If I do

> win.print(width=8, height=10.5)
> par(mfrow=c(3,2))
> for(i in 1:6) plot(1:10)
> dev.off()

I get a layout of plots filling a US letter page.  You will not get this
if you use the Print menu from a windows() device: that prints to the
default size.

It would have been much easier to help if you had said exactly how you
were trying to print on what platform.

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20000608/a02afcc1/attachment.html


More information about the R-help mailing list