Skip to content
Back to formatted view

Raw Message

Message-ID: <5c79da7a0902102103m786bb9cdraf1693f1948c2fd0@mail.gmail.com>
Date: 2009-02-11T05:03:04Z
From: Marcin Kozak
Subject: Truncated labels with mosaicplot

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