twoway.plots | R Documentation |
Function creates side-by-side boxplots for each factor, a design plot (means), and an interaction plot.
twoway.plots(Y, fac1, fac2, COL = c("#A9E2FF", "#0080FF"))
Y |
response variable |
fac1 |
factor one |
fac2 |
factor two |
COL |
a vector with two colors |
Alan T. Arnholt <arnholtat@appstate.edu>
oneway.plots
, checking.plots
with(data = TireWear, twoway.plots(Wear, Treat, Block))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.