search for: tukaov

Displaying 1 result from an estimated 1 matches for "tukaov".

Did you mean: takov
2012 Apr 26
0
Some graphical parameters don't works in plot.table and plot.TukeyHSD.
Hello all, I would like to relate this behaviour of: plot.table & plot.TukeyHSD. They don't work with some graphical parameters. Thanks for your attetion. Cleber > ### example: > plot( table(1:10), cex.axis=0.6) > plot( table(1:10), las=2) > > tukaov <- TukeyHSD( aov(breaks ~ wool + tension, data = warpbreaks) ) > > plot( tukaov, main='xxx' ) Error in plot.default(c(xi[, "lwr"], xi[, "upr"]), rep.int(yvals, 2), : formal argument "main" matched by multiple actual arguments > plot( tukaov,...