On 2007-October-01 , at 08:42 , Paul Murrell wrote: > Mikkel Grum wrote: >> Dear useRs, >> >> Why are the rotated blue and yellow boxes in the example below >> clipped outside of 6 x 6 inch window in the middle of the page?? >> Where does the 6 x 6 inch window come from? I would like to make >> use of the entire page. > > > 6x6 corresponds to the default size of the pdf() device, so it looks > like an issue with the implementation of paper="a4". Indeed, this > variation works as expected for me ... > > pdf(file = "FarmMaps.pdf", width=7.6, height=11) > > I will look at why the original approach does not work.
I have been bitten by this several times already. From what I understood, the 'paper' argument just specifies the size of the sheet on which a device of size 'width'x'height' is printed. The only relations between the paper argument and the device size arguments are: - when using the default size "special" - when the device size is > paper size, in which case the device is resized to fit on the paper sheet I would also like the device to take the full sheet when using the paper argument, unless overridden by specific width and height arguments. JiHO --- http://jo.irisson.free.fr/ ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.