[R] function par(mfrow....)
    TEMPL Matthias 
    Matthias.Templ at statistik.gv.at
       
    Thu Jul  7 17:02:33 CEST 2005
    
    
  
Hi,
Is layout the function you will need?
?layout
E.g.:
l <- matrix(c(rep(1,4), rep(2,8),rep(3,8)), ncol=5)
layout(l)
layout.show(3)
plot(1,1)
plot(1:25,pch=1:25)
plot(2,5)
Best regards,
Matthias
> 
> Hi,
>  
> I have made  3 barplots differents in the some window plot 
> with the function par(mfrow....), but is it possible to give 
> different dimension to this 3 parts. for example, I want the 
> first part smaller than the others.
> 
> I have attached my plot!
> 
> thanks
>  
> Sabine
> 
> 
> 		
> ---------------------------------
> 
>
    
    
More information about the R-help
mailing list