twoway.plots {PASWR} | R Documentation |
Exploratory Graphs for Two Factor Designs
Description
Function creates side-by-side boxplots for each factor, a design plot (means), and an interaction plot.
Usage
twoway.plots(Y, fac1, fac2, COL = c("#A9E2FF", "#0080FF"))
Arguments
Y |
response variable |
fac1 |
factor one |
fac2 |
factor two |
COL |
a vector with two colors |
Author(s)
Alan T. Arnholt <arnholtat@appstate.edu>
See Also
Examples
with(data = TireWear, twoway.plots(Wear, Treat, Block))
[Package PASWR version 1.3 Index]