Re: [R] problems with mosaic plot

2010-12-15 Thread kiotoqq
thanks so much! grapphics.off() works! 2010/12/16 Michael Bibo-2 [via R] < ml-node+3090212-673909616-205...@n4.nabble.com > > kiotoqq googlemail.com> writes: > > > > > > > I'm pretty sure that I did everything right, but my R is just not drawing > the > > mosaicplot that I want, and there is al

Re: [R] problems with mosaic plot

2010-12-15 Thread Michael Bibo
kiotoqq googlemail.com> writes: > > > I'm pretty sure that I did everything right, but my R is just not drawing the > mosaicplot that I want, and there is also no error messege, looks like this > right now: > > mosaicplot(arthritis) > > mosaicplot(~ sex + treatment + improved, data = arthritis

[R] problems with mosaic plot

2010-12-15 Thread kiotoqq
I'm pretty sure that I did everything right, but my R is just not drawing the mosaicplot that I want, and there is also no error messege, looks like this right now: > mosaicplot(arthritis) > mosaicplot(~ sex + treatment + improved, data = arthritis, color = TRUE) > -- View this message in conte