[R] How to create a graph layout?

Sarah Goslee sarah.goslee at gmail.com
Mon Apr 27 02:48:22 CEST 2009


For base graphics, you can do it with par - specifically
mfrow or mfcol
par(mfrow=c(3,3)).

Depending on exactly what you want, you might also
wish to look into axis().

For fancier set-ups, the lattice package provides many
options.

Sarah

On Sun, Apr 26, 2009 at 8:32 PM, Christian Bustamante <cdeb77 at gmail.com> wrote:
> I all,
> I want to create a graph layout in a 3x3 matrix like this:
>
> ylab  |__|  |__|   |__|
>       ___  ___   ___
> ylab  |__|  |__|   |__|
>       ___  ___   ___
> ylab  |__|  |__|   |__|
>        xl     xl     xl
>
> With this layout, then I'll insert the 9 plots. How ca I create it?
>
>
> --
> CdeB
>

-- 
Sarah Goslee
http://www.functionaldiversity.org




More information about the R-help mailing list