[R] Different display of same graphs on different screens
Dylan Beaudette
dylan.beaudette at gmail.com
Thu Dec 13 23:47:52 CET 2007
On Thursday 13 December 2007, Judith Flores wrote:
> Dear R-experts,
>
> I need to run a R code on different computers (MACs
> and PCs) on different monitos sizes. The code
> generates graphs that are displayed in the same page.
> But there are some elements of the graphs that appear
> at the right position on a PC, but they don't appear
> at all when I run it on a MAC. I have R v 2.5.1
> installed in both types of systems.
>
> I specify windows(height=10, width=10) at the
> beggining of the code.
>
how are you specifying the size on the macs?
quartz(height=10, width=10)
?
--
Dylan Beaudette
Soil Resource Laboratory
http://casoilresource.lawr.ucdavis.edu/
University of California at Davis
530.754.7341
More information about the R-help
mailing list