panel.isomeans
From HH v3.1-42
by Richard Heiberger
isomeans grid for MMC plots.
isomeans grid for MMC plots.
- Keywords
- hplot
Usage
panel.isomeans(ybar,
lty.iso=7,
col.iso='darkgray',
lwd.iso=1,
lty.contr0=2,
col.contr0='darkgray',
lwd.contr0=1,
...,
col, lwd, lty ## capture potentially ambiguous name
)
Arguments
- ybar
Vector of means.
- lty.iso, col.iso, lwd.iso
color, line type, line width for the isomeans grid.
- lty.contr0, col.contr0, lwd.contr0
color, line type, line width for the vertical contrast=0 line.
- …
ignore any additional arguments
- col, lwd, lty
ignore these arguments. They are captured here to avoid ambiguity with
col.iso
andlty.iso
.
See Also
See mmc
for the references and examples.
Community examples
Looks like there are no examples yet.