Plot for a Response Surface Design

DESCRIPTION:

Produces a plot of the response(s) versus the factors in a response surface design.

USAGE:

plot.rsm.design(x, y = NULL, fun = mean,  ...) 

REQUIRED ARGUMENTS:

x
an object, usually a data frame, of class "rsm.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
a S-PLUS function. This function of the response will be plotted.
...
arguments passed to plot.

SIDE EFFECTS:

A plot is produced on the current graphics device.

SEE ALSO:

, , , .

EXAMPLES:

plot(abrsm.df)