Hi all,
how to make a composite figure with a complex layout, like in the example below?
NB: This was otained in the R software using the commands :
m <- matrix(c(1,3,6,1,4,6,2,4,7,2,5,7), 3, 4)
layout(m, widths = c(2,1,1,2), heights=c(1,1,1))
layout.show(7)
Thanks
Florent