[R] Question regarding mosaicplot

2005-03-10 Thread Jean Vidal
I tried this : mosaicplot(stoc ~ q9r + segca,data=tmp2,color=T) : works fine. And now, this : mosaicplot(stoc ~ q9r + segca, data=tmp2, color=T, main=Big title) Error in model.frame(formula, rownames, variables, varnames, extras, extranames, : invalid variable type I'm probably stupid

Re: [R] Question regarding mosaicplot

2005-03-10 Thread Achim Zeileis
Jean: On Tue, 18 Nov 2003 23:32:05 Jean Vidal wrote: I tried this : mosaicplot(stoc ~ q9r + segca,data=tmp2,color=T) : works fine. And now, this : mosaicplot(stoc ~ q9r + segca, data=tmp2, color=T, main=Big title) Error in model.frame(formula, rownames, variables, varnames, extras,

Apologies --- Re: [R] Question regarding mosaicplot

2005-03-10 Thread Jean Vidal
May I present my apologies to all, on this list, and to you Achim ? It's an old message that was sent by accident yesterday when testing the Thunderbird mail program. So, please, ignore this question. It was answered and solved months ago. At 22:16 10/03/2005, Achim Zeileis wrote: Jean: On

[R] Question regarding mosaicplot

2003-11-18 Thread Jean Vidal
I tried this : mosaicplot(stoc ~ q9r + segca,data=tmp2,color=T) : works fine. And now, this : mosaicplot(stoc ~ q9r + segca, data=tmp2, color=T, main=Big title) Error in model.frame(formula, rownames, variables, varnames, extras, extranames, : invalid variable type I'm probably stupid

Re: [R] Question regarding mosaicplot

2003-11-18 Thread Prof Brian Ripley
It is a bug (which has been seen before). Just use title to add the main title afterwards. On Tue, 18 Nov 2003, Jean Vidal wrote: I tried this : mosaicplot(stoc ~ q9r + segca,data=tmp2,color=T) : works fine. And now, this : mosaicplot(stoc ~ q9r + segca, data=tmp2, color=T, main=Big