plot.hmtest {multcomp} | R Documentation |
This method plots objects of class hmtest
.
## S3 method for class 'hmtest': plot(x, ltycint = 2, ltyzero = 3, main = NULL, xlab = NULL,...)
x |
an object of class hmtest |
ltycint |
integer specifying the line type of the confidence intervals. |
ltyzero |
integer specifying the line type of the vertical line at zero. |
main |
an overall title of the plot. |
xlab |
a title for the x axis. |
... |
other parameters to be passed through to plotting functions. |
The confidence intervals are plotted as horizontal lines.
Torsten Hothorn <Torsten.Hothorn@rzmail.uni-erlangen.de>