Dear R users. 

I'm new with layout and I can't figure how to teak my graphs. 

I have the following code: 

layout(matrix(c(1,2,3), 3, 1, byrow = TRUE), heights=c(0.3,0.3,0.6)) 
boxplot(rnorm(100), horizontal=TRUE, axes=FALSE) 
boxplot(rnorm(100), horizontal=TRUE, axes=FALSE) 
hist(rnorm(100)) 


Is it possible to have the two horizontal boxplot closer to each other? 

With regards, 
Phil


        [[alternative HTML version deleted]]

______________________________________________
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