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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to