[R] How to make two figures in one plot - package vcd

2005-09-16 Thread Muhammad Subianto
Dear all, I have a problem to make figures with two columns in package vcd. Here an example code I take from \library\vcd\html\plot.loglm.html What I need, I want to make two figures in one plot. How could I do that. I have tried with layout(rbind(c(1, 1, 2, 2))) but the same result, two plot.

Re: [R] How to make two figures in one plot - package vcd

2005-09-16 Thread Dieter Menne
Muhammad Subianto subianto at gmail.com writes: I have a problem to make figures with two columns in package vcd. Here an example code I take from \library\vcd\html\plot.loglm.html What I need, I want to make two figures in one plot. library(vcd) oldpar - par(mfrow=c(1, 2)) ## mosaic

Re: [R] How to make two figures in one plot - package vcd

2005-09-16 Thread Muhammad Subianto
On this day 16/09/2005 05:59 PM, Dieter Menne wrote: Muhammad Subianto subianto at gmail.com writes: I have a problem to make figures with two columns in package vcd. Here an example code I take from \library\vcd\html\plot.loglm.html What I need, I want to make two figures in one plot.

Re: [R] How to make two figures in one plot - package vcd

2005-09-16 Thread Achim Zeileis
On Fri, 16 Sep 2005 15:59:31 + (UTC) Dieter Menne wrote: Muhammad Subianto subianto at gmail.com writes: I have a problem to make figures with two columns in package vcd. Here an example code I take from \library\vcd\html\plot.loglm.html What I need, I want to make two figures in one