Re: [R] PostScript File Dimensions

2008-11-15 Thread David Winsemius
You may be new to R but that does not mean you should stay "new" to the help pages. It looks as though postscript() is ignoring your setEPS efforts,,, with perfectly legitimate reason since that is not a defined parameter for that function. It is a separate function. What happens when you u

[R] PostScript File Dimensions

2008-11-15 Thread Rodrigo Aluizio
Hi List, here I go again. Well I need to save plotted objects as .eps using the postscript() function, well I can do that but all resulting object are perfect squared dimensions (x = y). I need a rectangular output something like x = 2y dimension. Is it possible? The I’m new to R and postscript im