Skip to content
Prev 22518 / 398502 Next

setting the size of plots

System info:
Linux slackware
R Version 1.5.1  (2002-06-17)
ESS 5.1.21
Emacs 21.2.1
-------------------

Hello Stephan

I've used this to size my plots which are then used as a postscript in 
LaTex:

ps.options(paper="a4", horizontal=FALSE, onefile=FALSE, width=5, height=7.5)
postscript('filename.ps')

This gives a 7.5 X 5 inch plot.

Cheers

Sam