[R] R graphics

joerg van den hoff j.van_den_hoff at fz-rossendorf.de
Thu Jul 21 15:36:35 CEST 2005


Sam Baxter wrote:
> Hi
> 
> I am trying to set up 16 graphs on one graphics page in R. I have used 
> the mfrow=c(4,4) command. However I get a lot of white space between 
> each graph. Does anyone know how I can reduce this?
> 
> Thanks
> 
> Sam
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
> 


?layout
as an alternative to par(mfrow) might be helpful anyway


too large margins:

?par

reduce value of "mar", for instance




More information about the R-help mailing list