Dear R-users, I'm currently using the multcomp package to produce plots of means with 95% confidence intervals i.e.
mult<-glht(lm(response~treatment, data=statdata), linfct=mcp(treatment="Means")) plot(confint(mult,calpha = sig)) Unfortunately the y-axis on the plot appears to be fixed and hence if the labels on the y-axis (treatment levels) are too long, then they are not displayed in full on the plot. Of course I could always make the labels shorter but I was wondering if there was a way to make the position of the y-axis on the plot more flexible, such as in the scatterplot produced using xyplot function, that would allow me to view the labels in full. Thanks in advance for any advice! Simon -- View this message in context: http://www.nabble.com/How-to-display-y-axis-labels-in-Multcomp-plot-tp20904977p20904977.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.