Displaying 1 result from an estimated 1 matches for "caith1".
Did you mean:
caith
2006 May 21
3
Unreadable labels
Playing around with examples from MASS4, I found a font problem in the
mosaicplot in R-2.3.0. It doesn't happen in other plots. Running this
example from MASS4, page 326...
library(MASS)
caith1 <- as.matrix(caith)
names(dimnames(caith1)) <- c("eyes", "hair")
mosaicplot(caith1, color = TRUE)
...I get an image as attached. The column and row labels are unreadable.
It is true for both x11() and png() devices.
I can adjust the font sizes with the "cex.axis&quo...