[R] Specify plot size
Prof Brian Ripley
ripley at stats.ox.ac.uk
Mon Oct 8 18:29:23 CEST 2007
On Mon, 8 Oct 2007, Eric Thompson wrote:
> Have you tried using pdf(), postscript(), or jpeg()? All of these have
> arguments to specify the height and width of the device.
And so does every other graphics device. Note though that the
height/width of the device is not that of a plot (nor necessarily of the
figure): see the graphics pars 'pin' and 'fin' if you really want to
specify the plot or figure size (as in the subject line).
`An Introduction to R' explains this in more detail'.
> On 10/8/07, Christoph Krammer <ck at altaica.de> wrote:
>> Hello,
>>
>> I have another (possibly easy) question:
>>
>> How to specify the size of a plot? When I draw a plot, I can freely change
>> the size of the window, which is nice for single plots to find the best
>> height/width ratio, but as I need a lot of plots in my work, I want to look
>> them all the same, so I need to specify the size in advance.
--
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 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
More information about the R-help
mailing list