[R] Re: How do I change the dimensions and proportions of my graphics device?

Prof Brian D Ripley ripley at stats.ox.ac.uk
Mon Feb 7 20:11:27 CET 2000


On Mon, 7 Feb 2000, Matt Pocernich wrote:

> How do I change the dimensions and proportions of my graphics device?  

Which device? The on-screen one, or a printer one or ...?

> I've used the fin parameter to change the shape of the figure region, 
> but the files are still square.
> 
> I'm using the windows version R 0.90.0.

Open a device with a given width and height, e.g.

windows(width=8, height=6)

However, I don't see what that has to do with files: if you are copying to
a file that should respect the dimensions given,

Under most circumstances you can just resize the graphics window if you
want another shape.

-- 
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

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list