Re: [R] Truncated labels with mosaicplot

2009-02-10 Thread Dieter Menne
Marcin Kozak gmail.com> writes: > How can I deal with truncated labels in the mosaicplot()? Look at the example: > mosaicplot(~ gear + carb, data = mtcars, color = TRUE) > > Look at "carb" (the number of carburetors): the label "8" is > truncated. How this might be dealt with? As Michael noted

Re: [R] Truncated labels with mosaicplot

2009-02-10 Thread Michael Bibo
Marcin Kozak gmail.com> writes: > > How can I deal with truncated labels in the mosaicplot()? Look at the example: > mosaicplot(~ gear + carb, data = mtcars, color = TRUE) > > Look at "carb" (the number of carburetors): the label "8" is > truncated. How this might be dealt with? > Ummm... not

[R] Truncated labels with mosaicplot

2009-02-10 Thread Marcin Kozak
How can I deal with truncated labels in the mosaicplot()? Look at the example: mosaicplot(~ gear + carb, data = mtcars, color = TRUE) Look at "carb" (the number of carburetors): the label "8" is truncated. How this might be dealt with? Thanks in advance, Marcin __