Judith Flores
2007-Dec-13 22:35 UTC
[R] Different display of same graphs on different screens
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. I am guessing it has to do with devices, but I am not sure what to specify. Thank you, Judith ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page.
Dylan Beaudette
2007-Dec-13 22:47 UTC
[R] Different display of same graphs on different screens
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