Skip to content

spliting windows 5 frames.

2 messages · Milton Cezar Ribeiro, jim holtman

#
?layout

try:

layout(rbind(c(1, 2, 3),
             c(1, 4, 5)), widths=c(2, 1, 1))
layout.show(5)


and see if this is what you want.
On Dec 8, 2007 3:38 PM, Milton Cezar Ribeiro <milton_ruser at yahoo.com.br> wrote: