Plot for Fractional Factorial Design
DESCRIPTION:
Plot for fractional factorial design.
USAGE:
plot.fac.design(x, y = NULL, fun = mean, data.pts=T, digits=2,
print.values = F, ...)
REQUIRED ARGUMENTS:
- x
-
an object of class
"fac.design"
.
OPTIONAL ARGUMENTS:
- y
-
the response(s). If a response is not given, all non-factor
components of
x
will be the response(s).
- fun
-
the function to be applied to the data in each factor level.
- data.pts
-
logical flag for whether data points are plotted.
- print.values
-
a logical flag for whether mean values will be added to plot.
- digits
-
number of significant digits in printing the means.
- ...
-
arguments passed to
plot
.
SIDE EFFECTS:
A plot is produced on the current graphics device.
SEE ALSO:
,
,
,
.
EXAMPLES:
plot(buffer.df)