[R] equivalent or "rowspan" in R
R. Michael Weylandt
michael.weylandt at gmail.com
Sun Sep 16 00:31:03 CEST 2012
On Sat, Sep 15, 2012 at 11:09 PM, Francesco Montanari
<francesco.montanar16 at 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 at 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.
More information about the R-help
mailing list