[R] dev.print and win.print
Prof Brian Ripley
ripley at stats.ox.ac.uk
Fri Oct 1 14:44:36 CEST 2004
Just format your plot suitably and select on the Windows driver portrait
or landscape orientation.
The rotation in the Windows device driver to landscape is exactly what
postscript does for horizontal = TRUE (the default). It's just that
Unix print commands do not have rotation built in (in general), so
postscript() does.
I think a lot of this comes about because by default S-PLUS graphics
devices are landscape format, whereas R ones are square.
On Thu, 30 Sep 2004, Erin Hodgess wrote:
> Was there an answer to the question about
> using dev.print and win.print to print as horizontal = FALSE,
> please?
>
> I was working on it and I didn't find the solution.
>
> R 1.9.1 Windows
> Thanks,
> Erin Hodgess
> mailto: hodgess at gator.uhd.edu
--
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