plot.hmtest {multcomp}R Documentation

Plot Simultaneous Confidence Intervals

Description

This method plots objects of class hmtest.

Usage

## S3 method for class 'hmtest':
plot(x, ltycint = 2, ltyzero = 3, main = NULL, 
                      xlab = NULL,...)

Arguments

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.

Details

The confidence intervals are plotted as horizontal lines.

Author(s)

Torsten Hothorn <Torsten.Hothorn@rzmail.uni-erlangen.de>


[Package multcomp version 0.4-8 Index]