Skip to content
Prev 336259 / 398502 Next

Justify axis labels in mosaic plot

On 02/05/2014 12:41 PM, Derickson, Ryan, VHACIN wrote:
Hi Ryan,
The only thing I can offer, and it is an awful kludge, is to overwrite 
the labels on the left:

plot(y,dir=c("h","v"),las=1)>
library(plotrix)
boxed.labels(rep(0.1,3),c(0.83,0.48,0.13),
  c("             q","          qwerty","qwertyqwerty"),
  adj=1,border=NA,cex=0.8,ypad=1.5)

Jim