On Sat, Sep 15, 2012 at 11:09 PM, Francesco Montanari <francesco.montana...@studio.unibo.it> wrote: > Hi all, > > I'm new to R and to this mailing list, > I'd need to display, in a 2x2 window (mfrow = c(2, 2)), a graph that is 2 > rows tall (so with 2 other graphs at his right). > > Here is an example of what I mean > http://www.stefandahlen.com/pictures/rowspan.gif > in html there is an attribute called rowspan, is it possibile to do the same > in R? >
Take a look at the layout() function: Cheers, Michael > > thank you > > [[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. ______________________________________________ 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.